mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-09 19:45:21 +01:00
Include header files in CMake sources (#16297)
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
file(GLOB common_server_HDRS "${CMAKE_CURRENT_SOURCE_DIR}/*.h")
|
||||
|
||||
set(common_server_SRCS
|
||||
${common_server_HDRS}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/activeobjectmgr.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/ban.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/blockmodifier.cpp
|
||||
|
||||
Reference in New Issue
Block a user