mirror of
https://github.com/thinkonmay/sunshine-sdk.git
synced 2025-12-31 02:41:55 +00:00
5 lines
177 B
CMake
5 lines
177 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)
|