5 lines
136 B
CMake
5 lines
136 B
CMake
add_executable(2020_02 02.cpp)
|
|
target_link_libraries(2020_02 aocpp)
|
|
|
|
add_executable(2020_03 03.cpp)
|
|
target_link_libraries(2020_03 aocpp) |