mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-01-08 09:38:42 +00:00
5 lines
165 B
CMake
5 lines
165 B
CMake
|
# unix specific dependencies
|
||
|
# put anything here that applies to both linux and macos
|
||
|
|
||
|
find_package(Boost COMPONENTS locale log filesystem program_options REQUIRED)
|