mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-07-16 03:19:07 +02:00
Add spawn coordinates
This commit is contained in:
parent
db59b73856
commit
34857eabbc
8 changed files with 231 additions and 5 deletions
|
@ -3,12 +3,14 @@ link_directories(${ZLIB_LIBRARY_DIRS} ${LIBPNG_LIBRARY_DIRS})
|
|||
|
||||
add_executable(MinedMap
|
||||
MinedMap.cpp
|
||||
GZip.cpp
|
||||
Info.cpp
|
||||
NBT/Tag.cpp
|
||||
Resource/Biome.cpp
|
||||
Resource/BlockType.cpp
|
||||
World/Block.cpp
|
||||
World/Chunk.cpp
|
||||
World/Level.cpp
|
||||
World/Region.cpp
|
||||
)
|
||||
set_target_properties(MinedMap PROPERTIES COMPILE_FLAGS "-std=c++11 -Wall ${ZLIB_CFLAGS_OTHER} ${LIBPNG_CFLAGS_OTHER}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue