Add a dedicated library for working with JSON (#2047)
This commit is contained in:
parent
bed58cf8b9
commit
bf1b9a20ec
16 changed files with 154 additions and 92 deletions
|
|
@ -126,4 +126,5 @@ list(APPEND SUNSHINE_EXTERNAL_LIBRARIES
|
|||
${Boost_LIBRARIES}
|
||||
${OPENSSL_LIBRARIES}
|
||||
${CURL_LIBRARIES}
|
||||
${PLATFORM_LIBRARIES})
|
||||
${PLATFORM_LIBRARIES}
|
||||
nlohmann_json::nlohmann_json)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue