aocpp/2017/CMakeLists.txt

9 lines
224 B
CMake
Raw Normal View History

2022-11-24 12:10:08 -08:00
add_executable(2017_10 10.cpp)
target_link_libraries(2017_10 aocpp knothash)
add_executable(2017_14 14.cpp)
target_link_libraries(2017_14 aocpp knothash)
2022-11-18 14:50:42 -08:00
add_executable(2017_18 18.cpp)
target_link_libraries(2017_18 aocpp)