diff options
Diffstat (limited to 'examples/equiv/CMakeLists.txt')
| -rw-r--r-- | examples/equiv/CMakeLists.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/equiv/CMakeLists.txt b/examples/equiv/CMakeLists.txt new file mode 100644 index 0000000..4a374ce --- /dev/null +++ b/examples/equiv/CMakeLists.txt @@ -0,0 +1,12 @@ + +cmake_minimum_required(VERSION 3.15...3.31) + +project( + Equiv + VERSION 1.0 + LANGUAGES CXX) + +add_executable(Equiv equiv.cc) + +set_property(TARGET Equiv PROPERTY CXX_STANDARD 20) +target_include_directories(Equiv PUBLIC ../../include/ocl) |
