2023-01-31 08:58:42 -08:00
|
|
|
add_executable(2020_01 01.cpp)
|
|
|
|
target_link_libraries(2020_01 aocpp)
|
|
|
|
|
2022-11-19 10:30:09 -08:00
|
|
|
add_executable(2020_02 02.cpp)
|
|
|
|
target_link_libraries(2020_02 aocpp)
|
|
|
|
|
|
|
|
add_executable(2020_03 03.cpp)
|
2022-11-19 14:59:21 -08:00
|
|
|
target_link_libraries(2020_03 aocpp)
|
|
|
|
|
2022-11-20 21:31:38 -08:00
|
|
|
add_executable(2020_10 10.cpp)
|
|
|
|
target_link_libraries(2020_10 aocpp)
|
|
|
|
|
2022-11-20 13:52:18 -08:00
|
|
|
add_executable(2020_16 16.cpp)
|
|
|
|
target_link_libraries(2020_16 aocpp dlx)
|
|
|
|
|
2022-11-20 19:44:38 -08:00
|
|
|
add_executable(2020_18 18.cpp)
|
|
|
|
target_link_libraries(2020_18 aocpp)
|
|
|
|
|
2022-11-19 14:59:21 -08:00
|
|
|
add_executable(2020_21 21.cpp)
|
2023-01-31 08:58:42 -08:00
|
|
|
target_link_libraries(2020_21 aocpp dlx)
|