12 lines
275 B
CMake
12 lines
275 B
CMake
add_executable(2015_01 01.cpp)
|
|
target_link_libraries(2015_01 aocpp)
|
|
|
|
add_executable(2015_02 02.cpp)
|
|
target_link_libraries(2015_02 aocpp)
|
|
|
|
add_executable(2015_08 08.cpp)
|
|
target_link_libraries(2015_08 aocpp)
|
|
|
|
add_executable(2015_10 10.cpp)
|
|
target_link_libraries(2015_10 aocpp)
|