mirror of
https://github.com/2martens/uni.git
synced 2026-05-07 03:46:25 +02:00
6 lines
179 B
CMake
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)
|