mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
Include header files in CMake sources (#16297)
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
|
||||
# Lua core source files.
|
||||
file(GLOB LUA_CORE_HDRS "${CMAKE_CURRENT_SOURCE_DIR}/*.h")
|
||||
|
||||
set(LUA_CORE_SRC
|
||||
${LUA_CORE_HDRS}
|
||||
lapi.c
|
||||
lauxlib.c
|
||||
lbaselib.c
|
||||
|
Reference in New Issue
Block a user