aocpp/2024/CMakeLists.txt
2024-12-29 14:48:07 -06:00

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)