Files
George Kiagiadakis 17a257ddbe 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
2022-03-24 09:47:59 +02:00

5 lines
76 B
Meson

wplua_include_dir = include_directories('.')
subdir('wplua')
subdir('api')