aocpp/2020/CMakeLists.txt

3 lines
68 B
CMake
Raw Normal View History

2022-11-18 21:09:04 -08:00
add_executable(2020_01 01.cpp)
target_link_libraries(2020_01 aocpp)