aocpp/2015/CMakeLists.txt

12 lines
275 B
CMake
Raw Normal View History

2024-06-10 11:08:30 -07:00
add_executable(2015_01 01.cpp)
target_link_libraries(2015_01 aocpp)
add_executable(2015_02 02.cpp)
target_link_libraries(2015_02 aocpp)
2024-08-26 11:04:02 -07:00
add_executable(2015_08 08.cpp)
target_link_libraries(2015_08 aocpp)
2024-08-27 14:51:52 -07:00
add_executable(2015_10 10.cpp)
target_link_libraries(2015_10 aocpp)