Hello, On Dienstag, 14. November 2017 01:39:47 CET Sebastian Gniazdowski wrote: > But maybe someone used CMake for less specialized scripting tasks and would > share? I'm writing Zsh plugin manager, Zplugin, and I want to integrate > with CMake somehow, to get some swiss army knife features.
Why do you want to integrate with CMake? I mean, the scripting features of CMake are a great way to create platform- independent scripts for a build system, but you already know that your users have a proper shell installed. CMake will probably never be comparable in its scripting features to a shell like Zsh. So, unless you really have a reason to use CMake, you should stick with the better tool for your task (that is already guaranteed to be installed). Cheers, Johannes -- 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
