GH-1238 re-integrate nbt library

This commit is contained in:
Petr Mrázek
2015-09-23 01:21:19 +02:00
parent e60a652b78
commit 5d5bee4992
53 changed files with 12 additions and 5622 deletions

View File

@ -314,6 +314,10 @@ endif()
# Add common library
add_library(MultiMC_logic SHARED ${LOGIC_SOURCES})
set_target_properties(MultiMC_logic PROPERTIES
CXX_VISIBILITY_PRESET hidden
VISIBILITY_INLINES_HIDDEN 1)
generate_export_header(MultiMC_logic)
# Use system zlib on unix and Qt ZLIB on Windows