mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-05 19:31:04 +00:00
Add an SSCSM controller and environment skeleton
This commit is contained in:
parent
5f5ea13251
commit
7935a63ed4
13 changed files with 468 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
add_subdirectory(common)
|
||||
add_subdirectory(cpp_api)
|
||||
add_subdirectory(lua_api)
|
||||
add_subdirectory(sscsm)
|
||||
|
||||
# Used by server and client
|
||||
file(GLOB common_SCRIPT_HDRS "${CMAKE_CURRENT_SOURCE_DIR}/*.h")
|
||||
|
@ -24,5 +25,6 @@ set(client_SCRIPT_SRCS
|
|||
${client_SCRIPT_COMMON_SRCS}
|
||||
${client_SCRIPT_CPP_API_SRCS}
|
||||
${client_SCRIPT_LUA_API_SRCS}
|
||||
${client_SCRIPT_SSCSM_SRCS}
|
||||
PARENT_SCOPE)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue