aocpp/2023/CMakeLists.txt

9 lines
251 B
CMake
Raw Normal View History

2023-12-04 19:52:30 -08:00
add_executable(2023_01 01.cpp)
target_link_libraries(2023_01 aocpp Boost::headers)
2023-12-02 20:15:21 -08:00
add_executable(2023_02 02.cpp)
target_link_libraries(2023_02 aocpp Boost::headers)
2023-12-04 15:06:48 -08:00
add_executable(2023_04 04.cpp)
target_link_libraries(2023_04 aocpp Boost::headers)