2022-12-02 09:34:16 -08:00
|
|
|
add_executable(2022_01 01.cpp)
|
|
|
|
target_link_libraries(2022_01 aocpp)
|
2022-12-04 09:22:25 -08:00
|
|
|
|
2023-01-25 13:48:54 -08:00
|
|
|
add_executable(2022_02 02.cpp)
|
|
|
|
target_link_libraries(2022_02 aocpp)
|
|
|
|
|
2022-12-04 10:30:01 -08:00
|
|
|
add_executable(2022_03 03.cpp)
|
2023-01-25 15:14:30 -08:00
|
|
|
target_link_libraries(2022_03 aocpp Boost::headers)
|
2022-12-04 10:30:01 -08:00
|
|
|
|
2022-12-04 09:22:25 -08:00
|
|
|
add_executable(2022_04 04.cpp)
|
|
|
|
target_link_libraries(2022_04 aocpp)
|
2023-01-13 16:21:25 -08:00
|
|
|
|
2023-01-23 19:37:02 -08:00
|
|
|
add_executable(2022_06 06.cpp)
|
2023-01-25 13:48:54 -08:00
|
|
|
target_link_libraries(2022_06 aocpp Boost::headers)
|
2023-01-23 19:37:02 -08:00
|
|
|
|
2023-01-23 08:55:37 -08:00
|
|
|
add_executable(2022_08 08.cpp)
|
|
|
|
target_link_libraries(2022_08 aocpp)
|
|
|
|
|
2023-01-23 10:06:53 -08:00
|
|
|
add_executable(2022_09 09.cpp)
|
|
|
|
target_link_libraries(2022_09 aocpp)
|
|
|
|
|
2023-01-23 13:16:21 -08:00
|
|
|
add_executable(2022_10 10.cpp)
|
|
|
|
target_link_libraries(2022_10 aocpp)
|
|
|
|
|
2023-01-25 07:04:46 -08:00
|
|
|
add_executable(2022_11 11.cpp)
|
2023-01-25 13:48:54 -08:00
|
|
|
target_link_libraries(2022_11 aocpp Boost::headers)
|
2023-01-25 07:04:46 -08:00
|
|
|
|
2023-01-18 15:24:18 -08:00
|
|
|
add_executable(2022_12 12.cpp)
|
|
|
|
target_link_libraries(2022_12 aocpp)
|
|
|
|
|
2023-01-20 10:11:49 -08:00
|
|
|
add_executable(2022_13 13.cpp)
|
|
|
|
target_link_libraries(2022_13 aocpp)
|
|
|
|
|
2023-01-28 08:39:08 -08:00
|
|
|
add_executable(2022_16 16.cpp)
|
|
|
|
target_link_libraries(2022_16 aocpp Boost::headers)
|
|
|
|
|
2023-01-19 17:13:42 -08:00
|
|
|
add_executable(2022_18 18.cpp)
|
|
|
|
target_link_libraries(2022_18 aocpp)
|
|
|
|
|
2023-01-19 21:15:23 -08:00
|
|
|
add_executable(2022_20 20.cpp)
|
2023-01-25 13:48:54 -08:00
|
|
|
target_link_libraries(2022_20 aocpp Boost::headers)
|
2023-01-19 21:15:23 -08:00
|
|
|
|
2023-01-13 16:21:25 -08:00
|
|
|
add_executable(2022_25 25.cpp)
|
|
|
|
target_link_libraries(2022_25 aocpp)
|