-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RapidJSON was originally removed from the CCI source tree, but since RapidJSON does not release regularly we should ship the dependency with CCI. This also improves the out-of-the-box experience when using add_subdirectory() to import CCI into a CMake project. Signed-off-by: Lukas Jünger <[email protected]>
- Loading branch information
Showing
41 changed files
with
19,064 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
add_library(rapidjson INTERFACE) | ||
|
||
target_include_directories(rapidjson INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}/include) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
RapidJSON commit ID: 3f73edae00aba5b0112a80b4d41e6f1ff7d92a3d |
Oops, something went wrong.