2
0
mirror of https://github.com/team2059/Dent synced 2025-01-27 22:21:07 -05:00
dent/CMakeLists.txt

6 lines
169 B
CMake
Raw Normal View History

2015-01-21 20:48:24 -05:00
cmake_minimum_required(VERSION 2.8)
project( vision )
find_package( OpenCV REQUIRED )
add_executable( vision vision.cpp )
target_link_libraries( vision ${OpenCV_LIBS} )