mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-01-16 16:21:02 +00:00
10 lines
184 B
CMake
10 lines
184 B
CMake
|
if (WIN32)
|
||
|
elseif (APPLE)
|
||
|
elseif (UNIX)
|
||
|
include(GNUInstallDirs)
|
||
|
|
||
|
if(NOT DEFINED SUNSHINE_EXECUTABLE_PATH)
|
||
|
set(SUNSHINE_EXECUTABLE_PATH "sunshine")
|
||
|
endif()
|
||
|
endif ()
|