aocpp/2021/CMakeLists.txt

3 lines
83 B
CMake
Raw Normal View History

2023-02-02 08:50:03 -08:00
add_executable(2021_03 03.cpp)
target_link_libraries(2021_03 aocpp Boost::headers)