2020-01
This commit is contained in:
@@ -1,74 +1,74 @@
|
||||
add_executable(01 01.cpp)
|
||||
target_link_libraries(01 aocpp)
|
||||
add_executable(2019_01 01.cpp)
|
||||
target_link_libraries(2019_01 aocpp)
|
||||
|
||||
add_executable(02 02.cpp)
|
||||
target_link_libraries(02 aocpp intcode)
|
||||
add_executable(2019_02 02.cpp)
|
||||
target_link_libraries(2019_02 aocpp intcode)
|
||||
|
||||
add_executable(03 03.cpp)
|
||||
target_link_libraries(03 aocpp)
|
||||
add_executable(2019_03 03.cpp)
|
||||
target_link_libraries(2019_03 aocpp)
|
||||
|
||||
add_executable(04 04.cpp)
|
||||
target_link_libraries(04 aocpp)
|
||||
add_executable(2019_04 04.cpp)
|
||||
target_link_libraries(2019_04 aocpp)
|
||||
|
||||
add_executable(05 05.cpp)
|
||||
target_link_libraries(05 aocpp intcode)
|
||||
add_executable(2019_05 05.cpp)
|
||||
target_link_libraries(2019_05 aocpp intcode)
|
||||
|
||||
add_executable(06 06.cpp)
|
||||
target_link_libraries(06 aocpp)
|
||||
add_executable(2019_06 06.cpp)
|
||||
target_link_libraries(2019_06 aocpp)
|
||||
|
||||
add_executable(07 07.cpp)
|
||||
target_link_libraries(07 aocpp intcode)
|
||||
add_executable(2019_07 07.cpp)
|
||||
target_link_libraries(2019_07 aocpp intcode)
|
||||
|
||||
add_executable(08 08.cpp)
|
||||
target_link_libraries(08 aocpp)
|
||||
add_executable(2019_08 08.cpp)
|
||||
target_link_libraries(2019_08 aocpp)
|
||||
|
||||
add_executable(09 09.cpp)
|
||||
target_link_libraries(09 aocpp intcode)
|
||||
add_executable(2019_09 09.cpp)
|
||||
target_link_libraries(2019_09 aocpp intcode)
|
||||
|
||||
add_executable(10 10.cpp)
|
||||
target_link_libraries(10 aocpp)
|
||||
add_executable(2019_10 10.cpp)
|
||||
target_link_libraries(2019_10 aocpp)
|
||||
|
||||
add_executable(11 11.cpp)
|
||||
target_link_libraries(11 aocpp intcode)
|
||||
add_executable(2019_11 11.cpp)
|
||||
target_link_libraries(2019_11 aocpp intcode)
|
||||
|
||||
add_executable(12 12.cpp)
|
||||
target_link_libraries(12 aocpp)
|
||||
add_executable(2019_12 12.cpp)
|
||||
target_link_libraries(2019_12 aocpp)
|
||||
|
||||
add_executable(13 13.cpp)
|
||||
target_link_libraries(13 aocpp intcode)
|
||||
add_executable(2019_13 13.cpp)
|
||||
target_link_libraries(2019_13 aocpp intcode)
|
||||
|
||||
add_executable(14 14.cpp)
|
||||
target_link_libraries(14 aocpp)
|
||||
add_executable(2019_14 14.cpp)
|
||||
target_link_libraries(2019_14 aocpp)
|
||||
|
||||
add_executable(15 15.cpp)
|
||||
target_link_libraries(15 aocpp intcode)
|
||||
add_executable(2019_15 15.cpp)
|
||||
target_link_libraries(2019_15 aocpp intcode)
|
||||
|
||||
add_executable(16 16.cpp)
|
||||
target_link_libraries(16 aocpp)
|
||||
add_executable(2019_16 16.cpp)
|
||||
target_link_libraries(2019_16 aocpp)
|
||||
|
||||
add_executable(17 17.cpp)
|
||||
target_link_libraries(17 aocpp intcode)
|
||||
add_executable(2019_17 17.cpp)
|
||||
target_link_libraries(2019_17 aocpp intcode)
|
||||
|
||||
add_executable(18 18.cpp)
|
||||
target_link_libraries(18 aocpp)
|
||||
add_executable(2019_18 18.cpp)
|
||||
target_link_libraries(2019_18 aocpp)
|
||||
|
||||
add_executable(19 19.cpp)
|
||||
target_link_libraries(19 aocpp intcode)
|
||||
add_executable(2019_19 19.cpp)
|
||||
target_link_libraries(2019_19 aocpp intcode)
|
||||
|
||||
add_executable(20 20.cpp)
|
||||
target_link_libraries(20 aocpp)
|
||||
add_executable(2019_20 20.cpp)
|
||||
target_link_libraries(2019_20 aocpp)
|
||||
|
||||
add_executable(21 21.cpp)
|
||||
target_link_libraries(21 aocpp intcode)
|
||||
add_executable(2019_21 21.cpp)
|
||||
target_link_libraries(2019_21 aocpp intcode)
|
||||
|
||||
add_executable(22 22.cpp)
|
||||
target_link_libraries(22 aocpp zmod)
|
||||
add_executable(2019_22 22.cpp)
|
||||
target_link_libraries(2019_22 aocpp zmod)
|
||||
|
||||
add_executable(23 23.cpp)
|
||||
target_link_libraries(23 aocpp intcode)
|
||||
add_executable(2019_23 23.cpp)
|
||||
target_link_libraries(2019_23 aocpp intcode)
|
||||
|
||||
add_executable(24 24.cpp)
|
||||
target_link_libraries(24 aocpp)
|
||||
add_executable(2019_24 24.cpp)
|
||||
target_link_libraries(2019_24 aocpp)
|
||||
|
||||
add_executable(25 25.cpp)
|
||||
target_link_libraries(25 aocpp intcode)
|
||||
add_executable(2019_25 25.cpp)
|
||||
target_link_libraries(2019_25 aocpp intcode)
|
||||
|
Reference in New Issue
Block a user