Copy all the luadoc files into resources/lua_api directory

pull/3234/head
uramer 11 months ago
parent 7793a6d0d9
commit 88ce12ecd8

@ -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})

Loading…
Cancel
Save