mirror of
https://github.com/2martens/uni.git
synced 2026-05-06 19:36:26 +02:00
9
ccv/sheet2/CMakeLists.txt
Normal file
9
ccv/sheet2/CMakeLists.txt
Normal file
@ -0,0 +1,9 @@
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
project(sheet2)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 11)
|
||||
|
||||
find_package( OpenCV REQUIRED )
|
||||
|
||||
add_executable(sheet2 main.cpp)
|
||||
target_link_libraries(sheet2 ${OpenCV_LIBS})
|
||||
Reference in New Issue
Block a user