aocpp/2020/CMakeLists.txt

5 lines
136 B
CMake
Raw Normal View History

2022-11-19 10:30:09 -08:00
add_executable(2020_02 02.cpp)
target_link_libraries(2020_02 aocpp)
add_executable(2020_03 03.cpp)
target_link_libraries(2020_03 aocpp)