aocpp/2023/CMakeLists.txt
2023-12-02 20:15:21 -08:00

3 lines
83 B
CMake

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