Skip to content

Commit

Permalink
build: add missing cmake file
Browse files Browse the repository at this point in the history
  • Loading branch information
Bambooin committed Dec 24, 2023
1 parent ce67389 commit b3ef356
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ spotlessCheck:
spotlessApply:
./gradlew spotlessApply

cmake-format:
cmake-format -i app/src/main/jni/cmake/*.cmake
cmake-format:
cmake-format -i app/src/main/jni/cmake/*.cmake app/src/main/jni/CMakeLists.txt

clang-format-lint:
./script/clang-format.sh -n
Expand Down

0 comments on commit b3ef356

Please sign in to comment.