aocpp/2023/CMakeLists.txt
Eric Mertens 410790fd73 2023_04
2023-12-04 15:06:48 -08:00

6 lines
167 B
CMake

add_executable(2023_02 02.cpp)
target_link_libraries(2023_02 aocpp Boost::headers)
add_executable(2023_04 04.cpp)
target_link_libraries(2023_04 aocpp Boost::headers)