mirror of
https://github.com/2martens/uni.git
synced 2026-05-06 19:36:26 +02:00
[CCV] Created subdirectories
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
5
ccv/sheet1/basics/CMakeLists.txt
Normal file
5
ccv/sheet1/basics/CMakeLists.txt
Normal file
@ -0,0 +1,5 @@
|
||||
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)
|
||||
Reference in New Issue
Block a user