aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2021-09-05 18:23:49 +0200
committerPetr Mrázek <peterix@gmail.com>2021-09-05 18:23:49 +0200
commit878c4fb8103bc866e5368fbb7287e94cca190dff (patch)
treefc8c0017d52af80bed159455f28c01f6a0dff648 /CMakeLists.txt
parentd644fb2094f623e45bff237ede7d432121f72072 (diff)
downloadPrismLauncher-878c4fb8103bc866e5368fbb7287e94cca190dff.tar.gz
PrismLauncher-878c4fb8103bc866e5368fbb7287e94cca190dff.tar.bz2
PrismLauncher-878c4fb8103bc866e5368fbb7287e94cca190dff.zip
NOISSUE Provide dummy implementation for the secrets library
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 84c4a180..9356f326 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -289,7 +289,10 @@ add_subdirectory(buildconfig)
if(MultiMC_EMBED_SECRETS)
add_subdirectory(secrets)
+else()
+ add_subdirectory(notsecrets)
endif()
+
# NOTE: this must always be last to appease the CMake deity of quirky install command evaluation order.
add_subdirectory(launcher)