[CMake] Object Oriented Programming with CMake Script

2014-02-25 Thread Tobias Becker
For those interested: I have written a pure cmake module which allows Object Oriented programming in CMake you can download it through my blog at http://thetoeb.wordpress.com/2014/02/25/object-oriented-cmake-next-iteration/ I also have a question: Will CMake script ever support higher language

Re: [CMake] Object Oriented Programming with CMake Script

2014-02-25 Thread Nils Gladitz
On 25.02.2014 17:49, Tobias Becker wrote: I also have a question: Will CMake script ever support higher language features like scoped function names, eval, dynamic functions, return values (the workarounds for these features are costing me alot of performance)? I am hoping for Lua