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.
8 lines
125 B
CMake
8 lines
125 B
CMake
if (BUILD_CLIENT)
|
|
set(client_irrlicht_changes_SRCS
|
|
${CMAKE_CURRENT_SOURCE_DIR}/static_text.cpp
|
|
PARENT_SCOPE
|
|
)
|
|
endif()
|
|
|