# set the project name project(day2) file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/input DESTINATION ${CMAKE_CURRENT_BINARY_DIR}) # add the executable add_executable(d1p1 part1/main.cpp) add_executable(d1p2 part2/main.cpp)