3 lines
68 B
CMake
3 lines
68 B
CMake
add_executable(2018_15 15.cpp)
|
|
target_link_libraries(2018_15 aocpp)
|
add_executable(2018_15 15.cpp)
|
|
target_link_libraries(2018_15 aocpp)
|