aocpp/2024/CMakeLists.txt

12 lines
320 B
CMake
Raw Permalink 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)
2024-12-29 12:48:07 -08:00
add_executable(2024_19 19.cpp)
target_link_libraries(2024_19 aocpp Boost::headers)
2024-12-28 11:17:46 -08:00
add_executable(2024_22 22.cpp)
target_link_libraries(2024_22 aocpp)