wplua: move under modules/module-lua-scripting
It's unlikely that wplua will ever be useful outside the context of module-lua-scripting, so let's move it to keep all the code in one place
This commit is contained in:
4
modules/module-lua-scripting/meson.build
Normal file
4
modules/module-lua-scripting/meson.build
Normal file
@@ -0,0 +1,4 @@
|
||||
wplua_include_dir = include_directories('.')
|
||||
|
||||
subdir('wplua')
|
||||
subdir('api')
|
Reference in New Issue
Block a user