mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 14:23:10 -05:00
f2ddedfa58
Latest material from data.kitware.com -> Collections -> Courses -> CMake.
4 lines
57 B
CMake
4 lines
57 B
CMake
project(Tutorial)
|
|
|
|
add_executable(Tutorial tutorial.cxx)
|