Sign in
android
/
platform
/
ndk
/
65290c0584fcfe51c1e7cae30abf26be3e990a77
/
.
/
tests
/
device
/
static-executable
/
CMakeLists.txt
blob: 48c02003188a21b53596f70c83a9406b0ab89cd1 [
file
] [
log
] [
blame
]
cmake_minimum_required(VERSION 3.6.0)
add_executable(static-executable jni/main.cpp)
set_target_properties(static-executable PROPERTIES LINK_FLAGS "-static")