Use nlohmann_json package instead of submodule (#2161)

This commit is contained in:
James Le Cuirot 2024-02-26 23:53:56 +00:00 committed by GitHub
commit 11c5b64d39
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 11 additions and 13 deletions

View file

@ -152,5 +152,4 @@ list(APPEND SUNSHINE_EXTERNAL_LIBRARIES
${Boost_LIBRARIES}
${OPENSSL_LIBRARIES}
${CURL_LIBRARIES}
${PLATFORM_LIBRARIES}
nlohmann_json::nlohmann_json)
${PLATFORM_LIBRARIES})

View file

@ -84,6 +84,7 @@ list(PREPEND PLATFORM_LIBRARIES
avrt
iphlpapi
shlwapi
PkgConfig::NLOHMANN_JSON
${CURL_STATIC_LIBRARIES})
if(SUNSHINE_ENABLE_TRAY)