Include header files in CMake sources (#16297)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user