diff options
Diffstat (limited to 'notsecrets/CMakeLists.txt')
-rw-r--r-- | notsecrets/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/notsecrets/CMakeLists.txt b/notsecrets/CMakeLists.txt index f27aeb70..88504a4d 100644 --- a/notsecrets/CMakeLists.txt +++ b/notsecrets/CMakeLists.txt @@ -2,3 +2,8 @@ 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 .) + +set(Launcher_Name "Launcher" PARENT_SCOPE) +set(Launcher_Copyright "MultiMC Contributors" PARENT_SCOPE) + +set(Launcher_Branding_ICNS "notsecrets/Launcher.icns") |