refactor(build): link nbt++ statically

This commit is contained in:
Sefa Eyeoglu
2022-02-07 15:44:46 +01:00
parent 11f892380e
commit f67871e79e
2 changed files with 2 additions and 4 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