cmake/Tests/Tutorial/Step1/CMakeLists.txt
2019-11-11 23:01:05 +01:00

4 lines
57 B
CMake

project(Tutorial)
add_executable(Tutorial tutorial.cxx)