You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
539 B
539 B
To re-generating the bindings
You will need to install LuaNativeObjects and set the CMake variable USE_PRE_GENERATED_BINDINGS to FALSE.
By default CMake will use the pre-generated bindings that are include in the project.
Build Dependencies
Optional dependency for re-generating Lua bindings from *.nobj.lua files:
- LuaNativeObjects, this is the bindings generator used to convert the
*.nobj.luafiles into a native Lua module.