mirror of
https://github.com/thinkonmay/sunshine-sdk.git
synced 2025-12-31 11:29:07 +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 ()
|