mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-22 10:37:10 +01:00
5 lines
170 B
Plaintext
5 lines
170 B
Plaintext
The package rapidjson provides CMake integration:
|
|
|
|
find_package(RapidJSON CONFIG REQUIRED)
|
|
target_include_directories(main PRIVATE ${RAPIDJSON_INCLUDE_DIRS})
|