Tuesday, October 22, 2013

Added CMake build system!

Surprise!! After one full week of coding and testing, the new CMake-based build system for SDLU is finally ready! This does not mean that the premake-based system will be ditched. A lot of work has been done there, and it's still the only way to go if you want to build the ports for iOS and Android.

I believe, however, that due to the fact that CMake is a little more well-known than premake, this move will make it easier for more people to build and try out the library.

Of course, the system is still under development, this is just a first draft that actually works (okay, not exactly a first draft, I paid extra attention into keeping it simple and well-structured).

-- Aggelos Kolaitis