mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-05 18:41:05 +00:00
Include header files in CMake sources (#16297)
This commit is contained in:
parent
f71e1447c9
commit
ce2380b58e
24 changed files with 139 additions and 6 deletions
|
@ -1,4 +1,7 @@
|
|||
file(GLOB common_SCRIPT_LUA_API_HDRS "${CMAKE_CURRENT_SOURCE_DIR}/*.h")
|
||||
|
||||
set(common_SCRIPT_LUA_API_SRCS
|
||||
${common_SCRIPT_LUA_API_HDRS}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/l_areastore.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/l_auth.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/l_base.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue