[CMake] CMake and Lua

James Mansion james at mansionfamily.plus.com
Tue Feb 26 02:12:39 EST 2008


Ken Martin wrote:
> other's variables out of the box. But with the Modules directory we either
> have to have a copy of each module for every possible scripting language, on
> the fly converters between any two scripting languages, or something like
> that to make it work. Trying to figure out how to manage the mixed
>   
Surely the idea is that modules should be self contained: they expose 
data by registering
it into the CMake core (possibly with callbacks) and interface to other 
modules through
the core.  Modules can be in different languages without the issue you 
indicate (or,
the modularity is poor and the binding too tight).

James



More information about the CMake mailing list