Merge pull request #143 from Scrumplex/refactor-link-nbtpp-static

This commit is contained in:
Sefa Eyeoglu
2022-02-12 17:47:38 +01:00
committed by GitHub
4 changed files with 8 additions and 18 deletions

View File

@ -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
@ -959,7 +959,7 @@ target_link_libraries(Launcher_logic
Launcher_iconfix
QuaZip::QuaZip
hoedown
Launcher_rainbow
PolyMC_rainbow
LocalPeer
)