mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 14:03:11 -07:00
Init Chiaki Lib on Android
This commit is contained in:
parent
7fb4c67f33
commit
103df69d29
2 changed files with 47 additions and 2 deletions
|
@ -2,4 +2,7 @@
|
|||
cmake_minimum_required(VERSION 3.2)
|
||||
|
||||
add_library(chiaki-jni SHARED src/main/cpp/chiaki-jni.c)
|
||||
target_link_libraries(chiaki-jni chiaki-lib)
|
||||
target_link_libraries(chiaki-jni chiaki-lib)
|
||||
|
||||
find_library(ANDROID_LIB_LOG log)
|
||||
target_link_libraries(chiaki-jni "${ANDROID_LIB_LOG}")
|
Loading…
Add table
Add a link
Reference in a new issue