mirror of
https://github.com/CachyOS/New-Cli-Installer.git
synced 2025-01-23 14:32:22 +08:00
🐛 fix rapidjson path
This commit is contained in:
parent
7d0eaa2fa9
commit
4d362fd539
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user