aocpp/2024/CMakeLists.txt
2024-12-28 13:17:46 -06:00

6 lines
152 B
CMake

add_executable(2024_07 07.cpp)
target_link_libraries(2024_07 aocpp Boost::headers)
add_executable(2024_22 22.cpp)
target_link_libraries(2024_22 aocpp)