mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 14:03:11 -07:00
Add Chiaki Lib to Android
This commit is contained in:
parent
dbe4839165
commit
7fb4c67f33
11 changed files with 142 additions and 7 deletions
5
android/app/CMakeLists.txt
Normal file
5
android/app/CMakeLists.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
|
||||
cmake_minimum_required(VERSION 3.2)
|
||||
|
||||
add_library(chiaki-jni SHARED src/main/cpp/chiaki-jni.c)
|
||||
target_link_libraries(chiaki-jni chiaki-lib)
|
Loading…
Add table
Add a link
Reference in a new issue