mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
7 lines
167 B
CMake
7 lines
167 B
CMake
set(client_SRCS
|
|
${CMAKE_CURRENT_SOURCE_DIR}/clientlauncher.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/guiChatConsole.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/tile.cpp
|
|
PARENT_SCOPE
|
|
)
|
|
|