mirror of
https://github.com/luanti-org/luanti.git
synced 2025-12-18 21:05:25 +01:00
Server: delegate mod management & config to ServerModConfiguration (#7131)
* Server: delegate mod management & config to ServerModConfiguration (rename it to ServerModManager) * Use c++11 range based loops * Add unittests + experimental/default mod as a test case to permit testing mod loading in future tests
This commit is contained in:
3
src/server/CMakeLists.txt
Normal file
3
src/server/CMakeLists.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
set(server_SRCS
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/mods.cpp
|
||||
PARENT_SCOPE)
|
||||
Reference in New Issue
Block a user