blob: 2c6b7b17249912fd7497303352bef9b4f21febbe [file] [log] [blame]
cmake_minimum_required(VERSION 3.6.0)
if(ANDROID_STL STREQUAL none)
add_definitions(-DNONE)
elseif(ANDROID_STL STREQUAL system)
add_definitions(-DSYSTEM)
endif()
add_executable(hello-world jni/hello-world.cpp)