Files
CMake/Tests/Tutorial/Step1/CMakeLists.txt
T
Betsy McPhail f2ddedfa58 Tests: Update CMake tutorial
Latest material from data.kitware.com -> Collections -> Courses -> CMake.
2019-01-27 16:03:00 -05:00

4 lines
57 B
CMake

project(Tutorial)
add_executable(Tutorial tutorial.cxx)