mirror of
https://github.com/luanti-org/luanti.git
synced 2026-01-01 02:45:19 +01:00
Include header files in CMake sources (#16297)
This commit is contained in:
@@ -23,7 +23,10 @@ if(USE_SOUND)
|
||||
PARENT_SCOPE)
|
||||
endif()
|
||||
|
||||
file(GLOB_RECURSE client_HDRS "${CMAKE_CURRENT_SOURCE_DIR}/*.h")
|
||||
|
||||
set(client_SRCS
|
||||
${client_HDRS}
|
||||
${sound_SRCS}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/meshgen/collector.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/render/anaglyph.cpp
|
||||
|
||||
Reference in New Issue
Block a user