diff --git a/CMakeLists.txt b/CMakeLists.txt index 53005fe..dbc4f90 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,6 +6,7 @@ find_package(OpenCV REQUIRED) if(NOT WIN32) ADD_DEFINITIONS("-std=c++0x -O3") endif(NOT WIN32) +######## include_directories(src) FILE(GLOB_RECURSE sourcefiles "src/*.cpp")