mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-07-16 03:19:07 +02:00
Add regiondump tool
This commit is contained in:
parent
c082c8800c
commit
22ae19b43a
2 changed files with 61 additions and 0 deletions
|
@ -26,3 +26,13 @@ add_executable(nbtdump
|
|||
)
|
||||
set_target_properties(nbtdump PROPERTIES COMPILE_FLAGS "-std=c++11 -Wall")
|
||||
target_link_libraries(nbtdump ${ZLIB_LIBRARIES})
|
||||
|
||||
add_executable(regiondump
|
||||
regiondump.cpp
|
||||
GZip.cpp
|
||||
NBT/Tag.cpp
|
||||
World/ChunkData.cpp
|
||||
World/Region.cpp
|
||||
)
|
||||
set_target_properties(regiondump PROPERTIES COMPILE_FLAGS "-std=c++11 -Wall")
|
||||
target_link_libraries(regiondump ${ZLIB_LIBRARIES})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue