Skip to content

Commit 679ecf1

Browse files
committed
chore: add "src/main/cpp" to Cmake include directories
1 parent c1d8752 commit 679ecf1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package/android/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ include_directories(
2727
../cpp
2828
../cpp/specs
2929
../cpp/sqlite
30+
src/main/cpp
3031
)
3132

3233
find_library(LOG_LIB log)

0 commit comments

Comments
 (0)