forked from Mirrorlandia_minetest/minetest
14ef2b445a
Add documentation, move files to a proper place and avoid memory leaks. Make it work with most kind of texts, and allow backgrounds too.
7 lines
119 B
CMake
7 lines
119 B
CMake
set(client_SRCS
|
|
${CMAKE_CURRENT_SOURCE_DIR}/clientlauncher.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/tile.cpp
|
|
PARENT_SCOPE
|
|
)
|
|
|