mirror of
https://github.com/reactos/CMake.git
synced 2025-04-11 19:50:53 +00:00
4 lines
57 B
CMake
4 lines
57 B
CMake
project(Tutorial)
|
|
|
|
add_executable(Tutorial tutorial.cxx)
|