aboutsummaryrefslogtreecommitdiff
path: root/launcher
diff options
context:
space:
mode:
authorflow <flowlnlnln@gmail.com>2022-10-16 10:41:43 -0300
committerGitHub <noreply@github.com>2022-10-16 10:41:43 -0300
commitaecd158d3c9fce7e42143cba6e20e99a73576f75 (patch)
treebda5c6850ba3f0274c08941a4d62cd88df942dfa /launcher
parentc089f9b59f32780d3228d08c2d2eeb95e4ace9e1 (diff)
parent87d35f0d16d3be56020f9e6295cc8bfa0c657d27 (diff)
downloadPrismLauncher-aecd158d3c9fce7e42143cba6e20e99a73576f75.tar.gz
PrismLauncher-aecd158d3c9fce7e42143cba6e20e99a73576f75.tar.bz2
PrismLauncher-aecd158d3c9fce7e42143cba6e20e99a73576f75.zip
Merge pull request #1208 from DioEgizio/fix-unused-libs
Removes `classparser` and `xz-embedded`
Diffstat (limited to 'launcher')
-rw-r--r--launcher/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/launcher/CMakeLists.txt b/launcher/CMakeLists.txt
index c7d0d68c..6ad91a85 100644
--- a/launcher/CMakeLists.txt
+++ b/launcher/CMakeLists.txt
@@ -968,7 +968,6 @@ add_library(Launcher_logic STATIC ${LOGIC_SOURCES} ${LAUNCHER_SOURCES} ${LAUNCHE
target_include_directories(Launcher_logic PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
target_link_libraries(Launcher_logic
systeminfo
- Launcher_classparser
Launcher_murmur2
nbt++
${ZLIB_LIBRARIES}