Added initial CMakeLists.txt
This commit is contained in:
parent
f5b3eb3349
commit
22b33b3862
1 changed files with 5 additions and 0 deletions
5
CMakeLists.txt
Normal file
5
CMakeLists.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
CMAKE_MINIMUM_REQUIRED(VERSION 2.8 FATAL_ERROR)
|
||||
PROJECT( calibrate )
|
||||
FIND_PACKAGE( OpenCV REQUIRED )
|
||||
ADD_EXECUTABLE( ${PROJECT_NAME} calibrate.cc )
|
||||
TARGET_LINK_LIBRARIES( ${PROJECT_NAME} ${OpenCV_LIBS} )
|
Loading…
Reference in a new issue