mirror of
https://git.suyu.dev/suyu/discord-rpc.git
synced 2026-01-08 07:28:52 +01:00
Start using rapidjson
This commit is contained in:
parent
1b65e53da7
commit
930cd722d5
10 changed files with 45 additions and 42 deletions
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue