aocpp/2018/CMakeLists.txt
2022-11-26 10:01:10 -08:00

3 lines
68 B
CMake

add_executable(2018_15 15.cpp)
target_link_libraries(2018_15 aocpp)