aboutsummaryrefslogtreecommitdiff
path: root/notsecrets/CMakeLists.txt
blob: 639306723ae692630b58c4127212a0ba38ed7d25 (plain)
1
2
3
4
5
6
7
8
9
10
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" PARENT_SCOPE)
set(Launcher_Branding_WindowsRC "notsecrets/launcher.rc" PARENT_SCOPE)