aocpp/2017/CMakeLists.txt

39 lines
914 B
CMake
Raw Normal View History

2022-11-28 17:15:13 -08:00
add_executable(2017_01 01.cpp)
target_link_libraries(2017_01 aocpp)
add_executable(2017_02 02.cpp)
target_link_libraries(2017_02 aocpp)
2022-11-24 14:12:20 -08:00
add_executable(2017_05 05.cpp)
target_link_libraries(2017_05 aocpp)
2022-11-24 12:52:37 -08:00
add_executable(2017_06 06.cpp)
target_link_libraries(2017_06 aocpp)
2022-11-24 12:10:08 -08:00
add_executable(2017_10 10.cpp)
target_link_libraries(2017_10 aocpp knothash)
2022-11-24 23:49:08 -08:00
add_executable(2017_11 11.cpp)
target_link_libraries(2017_11 aocpp)
2022-11-25 10:55:28 -08:00
add_executable(2017_12 12.cpp)
target_link_libraries(2017_12 aocpp)
2022-11-25 12:07:41 -08:00
add_executable(2017_13 13.cpp)
target_link_libraries(2017_13 aocpp)
2022-11-24 12:10:08 -08:00
add_executable(2017_14 14.cpp)
target_link_libraries(2017_14 aocpp knothash)
2022-11-25 15:27:43 -08:00
add_executable(2017_17 17.cpp)
target_link_libraries(2017_17 aocpp)
2022-11-18 14:50:42 -08:00
add_executable(2017_18 18.cpp)
target_link_libraries(2017_18 aocpp)
2022-11-26 10:01:10 -08:00
add_executable(2017_19 19.cpp)
target_link_libraries(2017_19 aocpp)
2024-09-02 14:12:42 -07:00
add_executable(2017_22 22.cpp)
target_link_libraries(2017_22 aocpp)