mirror of
https://github.com/minetest/minetestmapper.git
synced 2025-07-03 00:50:21 +02:00
Zlib moved into separate module.
This commit is contained in:
@ -57,12 +57,14 @@ set(mapper_HDRS
|
||||
PixelAttributes.h
|
||||
PlayerAttributes.h
|
||||
TileGenerator.h
|
||||
ZlibDecompressor.h
|
||||
)
|
||||
|
||||
set(mapper_SRCS
|
||||
PixelAttributes.cpp
|
||||
PlayerAttributes.cpp
|
||||
TileGenerator.cpp
|
||||
ZlibDecompressor.cpp
|
||||
mapper.cpp
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user