🐛 fix rapidjson path

This commit is contained in:
Vladislav Nepogodin 2022-08-09 21:06:36 +04:00
parent 7d0eaa2fa9
commit 4d362fd539
No known key found for this signature in database
GPG Key ID: B62C3D10C54D5DA9

View File

@ -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)