(maint) search the Boost_INCLUDE_DIRS for headers

This commit is contained in:
Richard Clamp 2015-02-04 12:59:48 +00:00
parent 701dff66ed
commit 3f9183c714

View File

@ -18,7 +18,13 @@ add_library(jsoncpp
add_subdirectory(thirdparty/gtest-1.7.0) add_subdirectory(thirdparty/gtest-1.7.0)
# Include path # Include path
include_directories(include thirdparty/gtest-1.7.0/include thirdparty/jsoncpp-0.5.0/include thirdparty/rapidjson-0.1/include) include_directories(
include
thirdparty/gtest-1.7.0/include
thirdparty/jsoncpp-0.5.0/include
thirdparty/rapidjson-0.1/include
${Boost_INCLUDE_DIRS}
)
# External schema validation example # External schema validation example
add_executable(external_schema add_executable(external_schema