Hi, I thought you might enjoy 400 extra functions for doing more complicated things with cmake (also comes with an interactive cmake console which is implemented in pure cmake). Some features: * maps,(structural variables) * object oriented programming with cmake language (prototypical inheritance) * extended list functionality (like slice, push, pop, ...) * lambdas * dynamic functions (call functions without knowing its name) * ... Here is the link: http://thetoeb.de/2014/09/05/useful-extensions-for-cmake/
I'm sharing these functions (a lot of time went into them) and hope someone might find them useful. If you have suggestions you can write them into github or as a comment on the blog. They tested and are part of a pure cmake package manager which I'm still working on. Kind Regards, Tobias
-- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake
