CMake Lua

For anybody who accidentally stumbles on this, we're trying to organize a continuation of a CMake/Lua experiment. Dr. Ken Martin of Kitware recently decided to try embedding
Lua in CMake.
For those who don't know, CMake is a 'build system generator' or
'meta-build system'. You provide a build description in a simple script like language and CMake generates a (native) project that you request. Among the project types CMake can generate are Visual Studio, GNU Makefiles, Xcode, KDevelop, and more. This allows developers to have one single unified build description, but yet allow people to use their favorite IDEs and build systems. For anybody who is serious about cross-platform development, CMake is a must-look-at.
…


View Comments