Skip to content

Commit

Permalink
fix cmake build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriSizuku committed Mar 11, 2023
1 parent 962b7ce commit bad9beb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/android/app/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ if (CMAKE_BUILD_TYPE STREQUAL "Debug")
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -O0 -g")
endif()

add_subdirectory(${KRKR2YURI_DIR} ${ONSYURI_DIR}/build_android)
add_subdirectory(${KRKR2YURI_DIR} ${KRKR2YURI_DIR}/build_android)
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ major:

minor:

- android studio buildDir not worked and it make dir at root
- ~~android studio buildDir not worked and it make dir at root~~ fixed by cmake `add_subdirectory` build dir

## 5. Todo

Expand Down

0 comments on commit bad9beb

Please sign in to comment.