mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 13:59:01 +08:00
da1805f3c0
* [rapidjson] Fix CMake target (#3250) * [rapidjson] Bump control version. Add usage information.
5 lines
163 B
Plaintext
5 lines
163 B
Plaintext
The package rapidjson provides CMake integration:
|
|
|
|
find_package(RapidJSON REQUIRED)
|
|
target_include_directories(main PRIVATE ${RAPIDJSON_INCLUDE_DIRS})
|