This commit is contained in:
Alexander Shishkov
2013-04-04 13:44:28 +04:00
parent 1e9ed14205
commit 382695ba5a
7 changed files with 6 additions and 8 deletions

View File

@@ -6,7 +6,7 @@ project(facerec_cpp_samples)
#SET(OpenCV_DIR /path/to/your/opencv/installation)
# packages
find_package(OpenCV REQUIRED) # http://opencv.willowgarage.com
find_package(OpenCV REQUIRED) # http://opencv.org
# probably you should loop through the sample files here
add_executable(facerec_demo facerec_demo.cpp)