1
0
mirror of https://github.com/2martens/uni.git synced 2026-05-06 11:26:25 +02:00
Files
uni/ccv/sheet1/basics/CMakeLists.txt
2017-04-04 15:37:25 +02:00

6 lines
179 B
CMake

add_library(Rectangle Rectangle.cpp)
add_executable(main main.cpp)
target_link_libraries(main Rectangle)
add_executable(hello hello.cpp)
add_executable(AskInteger AskInteger.cpp)