mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-01-04 02:39:56 +00:00
59ce8deb97
Co-authored-by: James Le Cuirot <chewi@aura-online.co.uk>
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 ()
|