cpp_experiments/src/CMakeLists.txt

5 lines
186 B
CMake

add_executable(Hello helloWorld.cpp)
add_executable(tomlParse tomlParse.cpp)
add_executable(findDivaMods findDivaMods.cpp)
install(TARGETS Hello tomlParse findDivaMods DESTINATION bin)