4 lines
75 B
CMake
4 lines
75 B
CMake
add_executable(tutorial tutorial.cpp)
|
|
add_executable(example example.cpp)
|
|
|
add_executable(tutorial tutorial.cpp)
|
|
add_executable(example example.cpp)
|
|
|