Skip to content

Commit

Permalink
Boost dependency added
Browse files Browse the repository at this point in the history
  • Loading branch information
dorian3d committed May 1, 2016
1 parent 529bff3 commit ff2d570
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ set(DEPENDENCY_INSTALL_DIR ${DEPENDENCY_DIR}/install)
find_package(OpenCV REQUIRED)
include_directories(${OpenCV_INCLUDE_DIRS})

find_package(Boost REQUIRED)
include_directories(${Boost_INCLUDE_DIR})

find_package(DLib QUIET
PATHS ${DEPENDENCY_INSTALL_DIR})
if(${DLib_FOUND})
Expand Down

0 comments on commit ff2d570

Please sign in to comment.