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)