25-7-26-1
This commit is contained in:
8
android/app/src/main/cpp/CMakeLists.txt
Normal file
8
android/app/src/main/cpp/CMakeLists.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
cmake_minimum_required(VERSION 3.10.2) # Use 3.10.2 for consistency.
|
||||
project(intaleq)
|
||||
|
||||
add_library(native-lib SHARED native-lib.cpp)
|
||||
|
||||
find_library(log-lib log)
|
||||
|
||||
target_link_libraries(native-lib ${log-lib})
|
||||
Reference in New Issue
Block a user