aocpp/2021/CMakeLists.txt
Eric Mertens de648bc578 2021-03
2023-02-02 08:50:03 -08:00

3 lines
83 B
CMake

add_executable(2021_03 03.cpp)
target_link_libraries(2021_03 aocpp Boost::headers)