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")