Sign in
android
/
platform
/
ndk
/
06c762d797782f574e40a956613c4e19c504b6c1
/
.
/
tests
/
device
/
static-executable-exceptions
/
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")