1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-05 19:31:04 +00:00

Include header files in CMake sources (#16297)

This commit is contained in:
Lucas OH 2025-07-12 13:23:35 +02:00 committed by GitHub
parent f71e1447c9
commit ce2380b58e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 139 additions and 6 deletions

View file

@ -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