15 lines
362 B
CMake
15 lines
362 B
CMake
add_executable(2017_05 05.cpp)
|
|
target_link_libraries(2017_05 aocpp)
|
|
|
|
add_executable(2017_06 06.cpp)
|
|
target_link_libraries(2017_06 aocpp)
|
|
|
|
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)
|
|
|
|
add_executable(2017_18 18.cpp)
|
|
target_link_libraries(2017_18 aocpp)
|