2021-09-05 21:53:49 +05:30
|
|
|
add_library(secrets STATIC Secrets.cpp Secrets.h)
|
|
|
|
target_link_libraries(secrets Qt5::Core)
|
|
|
|
target_compile_definitions(secrets PUBLIC -DEMBED_SECRETS)
|
|
|
|
target_include_directories(secrets PUBLIC .)
|
2021-10-13 05:29:25 +05:30
|
|
|
|
2021-10-18 04:17:02 +05:30
|
|
|
set(Launcher_CommonName "DevLauncher")
|
|
|
|
|
2021-10-13 05:29:25 +05:30
|
|
|
set(Launcher_Copyright "MultiMC Contributors" PARENT_SCOPE)
|
2021-10-18 04:17:02 +05:30
|
|
|
set(Launcher_Domain "multimc.org" PARENT_SCOPE)
|
|
|
|
set(Launcher_Name "${Launcher_CommonName}" PARENT_SCOPE)
|
|
|
|
set(Launcher_DisplayName "${Launcher_CommonName} 5" PARENT_SCOPE)
|
|
|
|
set(Launcher_UserAgent "${Launcher_CommonName}/5.0" PARENT_SCOPE)
|
|
|
|
set(Launcher_ConfigFile "devlauncher.cfg" PARENT_SCOPE)
|
2021-10-21 05:16:13 +05:30
|
|
|
set(Launcher_Git "https://github.com/MultiMC/Launcher" PARENT_SCOPE)
|
2021-10-13 05:29:25 +05:30
|
|
|
|
2021-10-14 01:13:42 +05:30
|
|
|
set(Launcher_Branding_ICNS "notsecrets/Launcher.icns" PARENT_SCOPE)
|
|
|
|
set(Launcher_Branding_WindowsRC "notsecrets/launcher.rc" PARENT_SCOPE)
|
2021-10-18 04:17:02 +05:30
|
|
|
set(Launcher_Branding_LogoQRC "notsecrets/logo.qrc" PARENT_SCOPE)
|