12 lines
320 B
CMake
12 lines
320 B
CMake
add_executable(2024_01 01.cpp)
|
|
target_link_libraries(2024_01 aocpp Boost::headers)
|
|
|
|
add_executable(2024_07 07.cpp)
|
|
target_link_libraries(2024_07 aocpp Boost::headers)
|
|
|
|
add_executable(2024_19 19.cpp)
|
|
target_link_libraries(2024_19 aocpp Boost::headers)
|
|
|
|
add_executable(2024_22 22.cpp)
|
|
target_link_libraries(2024_22 aocpp)
|