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