🚧 fix rapidjson includes

This commit is contained in:
Vladislav Nepogodin 2022-08-09 04:46:45 +04:00
parent d359c54d65
commit c1880e00f2
No known key found for this signature in database
GPG Key ID: B62C3D10C54D5DA9

View File

@ -115,7 +115,7 @@ configure_linker(project_options)
# sanitizer options if supported by compiler # sanitizer options if supported by compiler
enable_sanitizers(project_options) enable_sanitizers(project_options)
include_directories(${CMAKE_SOURCE_DIR}/src) include_directories(${CMAKE_SOURCE_DIR}/src ${RAPIDJSON_INCLUDE_DIR})
if(COS_INSTALLER_BUILD_TESTS) if(COS_INSTALLER_BUILD_TESTS)
add_subdirectory(tests) add_subdirectory(tests)