refactor: add in-tree QuaZip

This commit is contained in:
Sefa Eyeoglu
2022-01-24 22:55:57 +01:00
parent efa414c442
commit 3aa809b8c0
18 changed files with 106 additions and 16 deletions

View File

@ -899,7 +899,6 @@ endif()
add_library(Launcher_logic STATIC ${LOGIC_SOURCES} ${LAUNCHER_SOURCES} ${LAUNCHER_UI} ${LAUNCHER_RESOURCES})
target_link_libraries(Launcher_logic
systeminfo
Launcher_quazip
Launcher_classparser
${NBT_NAME}
${ZLIB_LIBRARIES}
@ -917,7 +916,7 @@ target_link_libraries(Launcher_logic
)
target_link_libraries(Launcher_logic
Launcher_iconfix
${QUAZIP_LIBRARIES}
QuaZip::QuaZip
hoedown
Launcher_rainbow
LocalPeer