mirror of
https://github.com/2martens/uni.git
synced 2026-05-07 03:46:25 +02:00
[CCV] Created subdirectories
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
@ -1,7 +1,5 @@
|
||||
cmake_minimum_required(VERSION 2.8)
|
||||
add_library(Rectangle Rectangle.cpp)
|
||||
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
|
||||
project(sheet1)
|
||||
add_executable(main main.cpp)
|
||||
target_link_libraries(main Rectangle)
|
||||
add_executable(hello hello.cpp)
|
||||
add_executable(AskInteger AskInteger.cpp)
|
||||
|
||||
add_subdirectory(basics)
|
||||
add_subdirectory(opencv)
|
||||
|
||||
Reference in New Issue
Block a user