mirror of
https://github.com/tristanpenman/valijson.git
synced 2024-12-12 18:20:27 +01:00
(maint) search the Boost_INCLUDE_DIRS for headers
This commit is contained in:
parent
701dff66ed
commit
3f9183c714
@ -18,7 +18,13 @@ add_library(jsoncpp
|
||||
add_subdirectory(thirdparty/gtest-1.7.0)
|
||||
|
||||
# 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
|
||||
add_executable(external_schema
|
||||
|
Loading…
Reference in New Issue
Block a user