From 88ce12ecd8e00f588b53de79ce897ec61b9dcac9 Mon Sep 17 00:00:00 2001 From: uramer Date: Tue, 6 Feb 2024 17:03:29 +0100 Subject: [PATCH] Copy all the luadoc files into resources/lua_api directory --- files/lua_api/CMakeLists.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/files/lua_api/CMakeLists.txt b/files/lua_api/CMakeLists.txt index 06c90e4633..0b960ea259 100644 --- a/files/lua_api/CMakeLists.txt +++ b/files/lua_api/CMakeLists.txt @@ -10,18 +10,23 @@ set(LUA_API_FILES string.doclua table.doclua openmw/ambient.lua + openmw/animation.lua openmw/async.lua + openmw/camera.lua openmw/core.lua openmw/debug.lua + openmw/input.lua + openmw/interfaces.lua + openmw/menu.lua openmw/nearby.lua openmw/postprocessing.lua openmw/self.lua + openmw/storage.lua openmw/types.lua openmw/ui.lua openmw/util.lua openmw/vfs.lua openmw/world.lua - openmw/menu.lua ) foreach (f ${LUA_API_FILES})