aocpp/2019/CMakeLists.txt

75 lines
1.8 KiB
CMake
Raw Normal View History

2022-11-18 21:09:04 -08:00
add_executable(2019_01 01.cpp)
target_link_libraries(2019_01 aocpp)
2022-11-08 09:13:11 -08:00
2022-11-18 21:09:04 -08:00
add_executable(2019_02 02.cpp)
target_link_libraries(2019_02 aocpp intcode)
2022-11-08 09:13:11 -08:00
2022-11-18 21:09:04 -08:00
add_executable(2019_03 03.cpp)
target_link_libraries(2019_03 aocpp)
2022-11-08 09:13:11 -08:00
2022-11-18 21:09:04 -08:00
add_executable(2019_04 04.cpp)
target_link_libraries(2019_04 aocpp)
2022-11-08 09:13:11 -08:00
2022-11-18 21:09:04 -08:00
add_executable(2019_05 05.cpp)
target_link_libraries(2019_05 aocpp intcode)
2022-11-08 09:13:11 -08:00
2022-11-18 21:09:04 -08:00
add_executable(2019_06 06.cpp)
target_link_libraries(2019_06 aocpp)
2022-11-08 09:13:11 -08:00
2022-11-18 21:09:04 -08:00
add_executable(2019_07 07.cpp)
target_link_libraries(2019_07 aocpp intcode)
2022-11-08 09:13:11 -08:00
2022-11-18 21:09:04 -08:00
add_executable(2019_08 08.cpp)
target_link_libraries(2019_08 aocpp)
2022-11-08 09:13:11 -08:00
2022-11-18 21:09:04 -08:00
add_executable(2019_09 09.cpp)
target_link_libraries(2019_09 aocpp intcode)
2022-11-08 09:13:11 -08:00
2022-11-18 21:09:04 -08:00
add_executable(2019_10 10.cpp)
target_link_libraries(2019_10 aocpp)
2022-11-11 21:39:36 -08:00
2022-11-18 21:09:04 -08:00
add_executable(2019_11 11.cpp)
target_link_libraries(2019_11 aocpp intcode)
2022-11-08 09:13:11 -08:00
2022-11-18 21:09:04 -08:00
add_executable(2019_12 12.cpp)
target_link_libraries(2019_12 aocpp)
2022-11-08 11:15:13 -08:00
2022-11-18 21:09:04 -08:00
add_executable(2019_13 13.cpp)
target_link_libraries(2019_13 aocpp intcode)
2022-11-08 09:13:11 -08:00
2022-11-18 21:09:04 -08:00
add_executable(2019_14 14.cpp)
target_link_libraries(2019_14 aocpp)
2022-11-08 21:28:12 -08:00
2022-11-18 21:09:04 -08:00
add_executable(2019_15 15.cpp)
target_link_libraries(2019_15 aocpp intcode)
2022-11-08 09:13:11 -08:00
2022-11-18 21:09:04 -08:00
add_executable(2019_16 16.cpp)
target_link_libraries(2019_16 aocpp)
2022-11-15 20:01:43 -08:00
2022-11-18 21:09:04 -08:00
add_executable(2019_17 17.cpp)
target_link_libraries(2019_17 aocpp intcode)
2022-11-12 17:16:28 -08:00
2022-11-18 21:09:04 -08:00
add_executable(2019_18 18.cpp)
target_link_libraries(2019_18 aocpp)
2022-11-09 23:18:43 -08:00
2022-11-18 21:09:04 -08:00
add_executable(2019_19 19.cpp)
target_link_libraries(2019_19 aocpp intcode)
2022-11-12 21:22:07 -08:00
2022-11-18 21:09:04 -08:00
add_executable(2019_20 20.cpp)
target_link_libraries(2019_20 aocpp)
2022-11-10 21:01:24 -08:00
2022-11-18 21:09:04 -08:00
add_executable(2019_21 21.cpp)
target_link_libraries(2019_21 aocpp intcode)
2022-11-15 17:13:09 -08:00
2022-11-18 21:09:04 -08:00
add_executable(2019_22 22.cpp)
target_link_libraries(2019_22 aocpp zmod)
2022-11-12 10:43:15 -08:00
2022-11-18 21:09:04 -08:00
add_executable(2019_23 23.cpp)
target_link_libraries(2019_23 aocpp intcode)
2022-11-10 22:59:40 -08:00
2022-11-18 21:09:04 -08:00
add_executable(2019_24 24.cpp)
target_link_libraries(2019_24 aocpp)
2022-11-12 19:44:11 -08:00
2022-11-18 21:09:04 -08:00
add_executable(2019_25 25.cpp)
target_link_libraries(2019_25 aocpp intcode)