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)