2021-09-05 18:23:49 +02:00
|
|
|
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 01:59:25 +02:00
|
|
|
|
|
|
|
set(Launcher_Name "Launcher" PARENT_SCOPE)
|
|
|
|
set(Launcher_Copyright "MultiMC Contributors" PARENT_SCOPE)
|
|
|
|
|
|
|
|
set(Launcher_Branding_ICNS "notsecrets/Launcher.icns")
|