mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-08-10 00:52:16 +00:00
If CONFIG and DEFAULT directories haven't been configured, make them point to ASSETS
This commit is contained in:
@@ -231,11 +231,11 @@ if(NOT SUNSHINE_ASSETS_DIR)
|
||||
endif()
|
||||
|
||||
if(NOT SUNSHINE_CONFIG_DIR)
|
||||
set(SUNSHINE_CONFIG_DIR "${CMAKE_CURRENT_SOURCE_DIR}/assets")
|
||||
set(SUNSHINE_CONFIG_DIR SUNSHINE_ASSETS_DIR)
|
||||
endif()
|
||||
|
||||
if(NOT SUNSHINE_DEFAULT_DIR)
|
||||
set(SUNSHINE_CONFIG_DIR "${CMAKE_CURRENT_SOURCE_DIR}/assets")
|
||||
set(SUNSHINE_DEFAULT_DIR SUNSHINE_ASSETS_DIR)
|
||||
endif()
|
||||
|
||||
list(APPEND CBS_EXTERNAL_LIBRARIES
|
||||
|
||||
Reference in New Issue
Block a user