3 lines
83 B
CMake
3 lines
83 B
CMake
|
add_executable(2021_03 03.cpp)
|
||
|
target_link_libraries(2021_03 aocpp Boost::headers)
|