Sign in
android
/
platform
/
ndk
/
06c762d797782f574e40a956613c4e19c504b6c1
/
.
/
tests
/
device
/
math
/
CMakeLists.txt
blob: f35cdfc59ebf248c9fe4c1d6e471de33e666bbef [
file
] [
log
] [
blame
]
cmake_minimum_required(VERSION 3.6.0)
add_executable(math_c jni/math.c)
add_executable(math_cpp jni/math.cpp)