diff options
author | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2022-10-15 20:15:46 +0200 |
---|---|---|
committer | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2022-10-15 20:16:15 +0200 |
commit | 87d35f0d16d3be56020f9e6295cc8bfa0c657d27 (patch) | |
tree | bda5c6850ba3f0274c08941a4d62cd88df942dfa /launcher/CMakeLists.txt | |
parent | c089f9b59f32780d3228d08c2d2eeb95e4ace9e1 (diff) | |
download | PrismLauncher-87d35f0d16d3be56020f9e6295cc8bfa0c657d27.tar.gz PrismLauncher-87d35f0d16d3be56020f9e6295cc8bfa0c657d27.tar.bz2 PrismLauncher-87d35f0d16d3be56020f9e6295cc8bfa0c657d27.zip |
fix: remove some unused libs
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
Diffstat (limited to 'launcher/CMakeLists.txt')
-rw-r--r-- | launcher/CMakeLists.txt | 1 |
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} |