diff options
Diffstat (limited to 'NorthstarDLL/CMakeLists.txt')
-rw-r--r-- | NorthstarDLL/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/NorthstarDLL/CMakeLists.txt b/NorthstarDLL/CMakeLists.txt index f6ff8014..126812e9 100644 --- a/NorthstarDLL/CMakeLists.txt +++ b/NorthstarDLL/CMakeLists.txt @@ -78,6 +78,8 @@ add_library(NorthstarDLL SHARED "mods/compiled/modscriptsrson.cpp" "mods/modmanager.cpp" "mods/modmanager.h" + "mods/modsavefiles.cpp" + "mods/modsavefiles.h" "plugins/plugin_abi.h" "plugins/pluginbackend.cpp" "plugins/pluginbackend.h" @@ -97,6 +99,7 @@ add_library(NorthstarDLL SHARED "scripts/scripthttprequesthandler.cpp" "scripts/scripthttprequesthandler.h" "scripts/scriptjson.cpp" + "scripts/scriptjson.h" "scripts/scriptutility.cpp" "server/auth/bansystem.cpp" "server/auth/bansystem.h" |