aocpp/2024/CMakeLists.txt

9 lines
236 B
CMake
Raw Normal View History

2024-12-29 07:33:33 -08:00
add_executable(2024_01 01.cpp)
target_link_libraries(2024_01 aocpp Boost::headers)
2024-12-28 11:17:46 -08:00
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)