aocpp/2020/CMakeLists.txt

11 lines
282 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)
2022-11-19 14:59:21 -08:00
target_link_libraries(2020_03 aocpp)
2022-11-20 13:52:18 -08:00
add_executable(2020_16 16.cpp)
target_link_libraries(2020_16 aocpp dlx)
2022-11-19 14:59:21 -08:00
add_executable(2020_21 21.cpp)
target_link_libraries(2020_21 aocpp dlx)