aocpp/2015/CMakeLists.txt

6 lines
137 B
CMake
Raw Normal View History

2024-06-10 11:08:30 -07:00
add_executable(2015_01 01.cpp)
target_link_libraries(2015_01 aocpp)
add_executable(2015_02 02.cpp)
target_link_libraries(2015_02 aocpp)