mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-23 20:55:43 +02:00
Include header files in CMake sources (#16297)
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
file(GLOB content_HDRS "${CMAKE_CURRENT_SOURCE_DIR}/*.h")
|
||||
|
||||
set(content_SRCS
|
||||
${content_HDRS}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/content.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/mod_configuration.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/mods.cpp
|
||||
|
Reference in New Issue
Block a user