Add boost_INCLUDE_DIRS (fix #77)

pull/88/head
Vitaliy Filippov 2016-05-21 12:45:43 +03:00
parent 1bd86307c6
commit 46dfa1abfa
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ endif ( ZLIB_FOUND )
include_directories(
${libgrive_SOURCE_DIR}/src
${libgrive_SOURCE_DIR}/test
${Boost_INCLUDE_DIRS}
${OPT_INCS}
${YAJL_INCLUDE_DIRS}
)