Sign in
android
/
platform
/
ndk
/
06c762d797782f574e40a956613c4e19c504b6c1
/
.
/
tests
/
device
/
polly
/
CMakeLists.txt
blob: ef3d99e1d0a919eaf31a7935aab527458499045d [
file
] [
log
] [
blame
]
cmake_minimum_required(VERSION 3.17)
project(polly_test)
add_executable(polly_test jni/polly_test.cpp)
target_compile_options(polly_test PRIVATE -mllvm -polly)