aboutsummaryrefslogtreecommitdiff
path: root/launcher
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-02-07 15:44:46 +0100
committerSefa Eyeoglu <contact@scrumplex.net>2022-02-11 14:24:01 +0100
commitf67871e79ea2fcc3cf67c5e4c0f8ce9da909bb63 (patch)
tree4b8ca8d321cdc28d8411e6393b256f44db753330 /launcher
parent11f892380e74d22b22a03c3a0901c2fea815d76f (diff)
downloadPrismLauncher-f67871e79ea2fcc3cf67c5e4c0f8ce9da909bb63.tar.gz
PrismLauncher-f67871e79ea2fcc3cf67c5e4c0f8ce9da909bb63.tar.bz2
PrismLauncher-f67871e79ea2fcc3cf67c5e4c0f8ce9da909bb63.zip
refactor(build): link nbt++ statically
Diffstat (limited to 'launcher')
-rw-r--r--launcher/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/CMakeLists.txt b/launcher/CMakeLists.txt
index 4fb24b54..1156fc08 100644
--- a/launcher/CMakeLists.txt
+++ b/launcher/CMakeLists.txt
@@ -941,7 +941,7 @@ add_library(Launcher_logic STATIC ${LOGIC_SOURCES} ${LAUNCHER_SOURCES} ${LAUNCHE
target_link_libraries(Launcher_logic
systeminfo
Launcher_classparser
- ${NBT_NAME}
+ nbt++
${ZLIB_LIBRARIES}
optional-bare
tomlc99