mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-07-16 03:19:07 +02:00
Move ressource files to a separate directory
This commit is contained in:
parent
843b3abde6
commit
22b9cfcb8b
8 changed files with 12 additions and 13 deletions
|
@ -4,9 +4,9 @@ link_directories(${ZLIB_LIBRARY_DIRS} ${LIBPNG_LIBRARY_DIRS})
|
|||
add_executable(MinedMap
|
||||
MinedMap.cpp
|
||||
NBT/Tag.cpp
|
||||
World/Biome.cpp
|
||||
Resource/Biome.cpp
|
||||
Resource/BlockType.cpp
|
||||
World/Block.cpp
|
||||
World/BlockType.cpp
|
||||
World/Chunk.cpp
|
||||
World/Region.cpp
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue