Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
# Publisher Metadata
|
||||
set(SUNSHINE_PUBLISHER_NAME "SudoMaker"
|
||||
CACHE STRING "The name of the publisher (or fork developer) of the application.")
|
||||
set(SUNSHINE_PUBLISHER_WEBSITE "https://www.sudomaker.com"
|
||||
CACHE STRING "The URL of the publisher's website.")
|
||||
set(SUNSHINE_PUBLISHER_ISSUE_URL "https://github.com/ClassicOldSong/Apollo/issues"
|
||||
CACHE STRING "The URL of the publisher's support site or issue tracker.
|
||||
If you provide a modified version of Sunshine, we kindly request that you use your own url.")
|
||||
|
||||
option(BUILD_DOCS "Build documentation" ON)
|
||||
option(BUILD_TESTS "Build tests" ON)
|
||||
option(TESTS_ENABLE_PYTHON_TESTS "Enable Python tests" ON)
|
||||
|
||||
Reference in New Issue
Block a user