mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-16 23:10:13 +00:00
5 lines
121 B
CMake
5 lines
121 B
CMake
# windows specific dependencies
|
|
|
|
# nlohmann_json
|
|
pkg_check_modules(NLOHMANN_JSON nlohmann_json REQUIRED IMPORTED_TARGET)
|