aocpp/2016/CMakeLists.txt

3 lines
83 B
CMake
Raw Normal View History

2023-04-08 16:54:22 -07:00
add_executable(2016_01 01.cpp)
target_link_libraries(2016_01 aocpp Boost::headers)