mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-07-16 03:19:07 +02:00
Add Tag print functions and nbtdump tool
This commit is contained in:
parent
64f81ff50c
commit
4b9bb2ab48
16 changed files with 186 additions and 1 deletions
|
@ -17,3 +17,11 @@ add_executable(MinedMap
|
|||
)
|
||||
set_target_properties(MinedMap PROPERTIES COMPILE_FLAGS "-std=c++11 -Wall")
|
||||
target_link_libraries(MinedMap ${ZLIB_LIBRARIES} ${PNG_LIBRARIES})
|
||||
|
||||
add_executable(nbtdump
|
||||
nbtdump.cpp
|
||||
GZip.cpp
|
||||
NBT/Tag.cpp
|
||||
)
|
||||
set_target_properties(nbtdump PROPERTIES COMPILE_FLAGS "-std=c++11 -Wall")
|
||||
target_link_libraries(nbtdump ${ZLIB_LIBRARIES})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue