Skip to content

Commit b3ef356

Browse files
committed
build: add missing cmake file
1 parent ce67389 commit b3ef356

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ spotlessCheck:
1919
spotlessApply:
2020
./gradlew spotlessApply
2121

22-
cmake-format:
23-
cmake-format -i app/src/main/jni/cmake/*.cmake
22+
cmake-format:
23+
cmake-format -i app/src/main/jni/cmake/*.cmake app/src/main/jni/CMakeLists.txt
2424

2525
clang-format-lint:
2626
./script/clang-format.sh -n

0 commit comments

Comments
 (0)