mirror of
https://github.com/2martens/uni.git
synced 2026-05-06 11:26:25 +02:00
6 lines
103 B
CMake
6 lines
103 B
CMake
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
|
|
project(sheet1)
|
|
|
|
add_subdirectory(basics)
|
|
add_subdirectory(opencv)
|