mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-01-06 10:01:53 +00:00
6 lines
253 B
CMake
6 lines
253 B
CMake
# source assets will be installed from this directory
|
|
set(SUNSHINE_SOURCE_ASSETS_DIR "${CMAKE_CURRENT_SOURCE_DIR}/src_assets")
|
|
|
|
# enable system tray, we will disable this later if we cannot find the required package config on linux
|
|
set(SUNSHINE_TRAY 1)
|