Sign in
android-security-tools
/
autorepro
/
ea73168c0acbe9af8c20d943c0d2238fbd4c2dde
/
.
/
example
/
submission
/
ndkTest
/
CMakeLists.txt
blob: 0f840928193130aa407bdd0bef2c8dd35ccb799a [
file
] [
log
] [
blame
]
cmake_minimum_required(VERSION 3.22.1)
project("ndkTest")
add_executable(
ndkTest
src/native-sample.cpp
)
find_library( # Sets the name of the path variable.
log-lib
log)