mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-06 17:41:04 +00:00
8 lines
125 B
Text
8 lines
125 B
Text
|
if (BUILD_CLIENT)
|
||
|
set(client_irrlicht_changes_SRCS
|
||
|
${CMAKE_CURRENT_SOURCE_DIR}/static_text.cpp
|
||
|
PARENT_SCOPE
|
||
|
)
|
||
|
endif()
|
||
|
|