mirror of
https://github.com/UltimMC/Launcher.git
synced 2026-01-22 01:24:29 +00:00
NOISSUE Provide dummy implementation for the secrets library
This commit is contained in:
4
notsecrets/CMakeLists.txt
Normal file
4
notsecrets/CMakeLists.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
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 .)
|
||||
Reference in New Issue
Block a user