mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-01-29 09:32:39 +00:00
8 lines
266 B
CMake
8 lines
266 B
CMake
# windows specific dependencies
|
|
|
|
set(Boost_USE_STATIC_LIBS ON) # cmake-lint: disable=C0103
|
|
find_package(Boost 1.71.0 COMPONENTS locale log filesystem program_options REQUIRED)
|
|
|
|
# nlohmann_json
|
|
pkg_check_modules(NLOHMANN_JSON nlohmann_json REQUIRED IMPORTED_TARGET)
|