Start using rapidjson

This commit is contained in:
Chris Marsh
2017-07-13 08:32:08 -07:00
parent 1b65e53da7
commit 930cd722d5
10 changed files with 45 additions and 42 deletions

View File

@@ -19,8 +19,11 @@ if (NOT RAPIDJSON)
file(REMOVE ${RJ_TAR_FILE})
endif(NOT RAPIDJSON)
add_library(rapidjson STATIC IMPORTED ${RAPIDJSON})
add_subdirectory(src)
add_subdirectory(examples/simple)
add_subdirectory(examples/simpleSync)
add_subdirectory(examples/simplest)