diff --git a/CMakeLists.txt b/CMakeLists.txt index acb1690..cce7559 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -115,6 +115,9 @@ configure_linker(project_options) # sanitizer options if supported by compiler enable_sanitizers(project_options) +# Prepare RapidJSON (RapidJSON is a header-only library) +set(RAPIDJSON_INCLUDE_DIR "${rapidjson_SOURCE_DIR}/include") + include_directories(${CMAKE_SOURCE_DIR}/src ${RAPIDJSON_INCLUDE_DIR}) if(COS_INSTALLER_BUILD_TESTS)