sai-bi / FaceAlignment

Face Alignment by Explicit Shape Regression
MIT License
339 stars 205 forks source link

CMakeLists.txt should include opencv headers #26

Open shrekdad opened 8 years ago

shrekdad commented 8 years ago

if (OpenCV_FOUND) include_directories(${OpenCV_INCLUDE_DIRS}) endif()

or the complier will fail to find cv.h etc.