dep: Add rapidjson

This commit is contained in:
Connor McLaughlin
2020-05-01 01:01:35 +10:00
parent 0ec44327d1
commit efa2af7772
39 changed files with 16743 additions and 0 deletions

View File

@ -0,0 +1,2 @@
add_library(rapidjson INTERFACE)
target_include_directories(rapidjson INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}/include/")