mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-29 22:55:19 +01:00
Include header files in CMake sources (#16297)
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
if (BUILD_CLIENT)
|
||||
file(GLOB client_irrlicht_changes_HDRS "${CMAKE_CURRENT_SOURCE_DIR}/*.h")
|
||||
|
||||
set(client_irrlicht_changes_SRCS
|
||||
${client_irrlicht_changes_HDRS}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/static_text.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/CGUITTFont.cpp
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user