[cmake-developers] alternative gui for CMAKE (webgui)

i-love-spam i-love-spam at yandex.ru
Sun Sep 14 14:15:55 EDT 2014


Hello Cmake,

in our project we develop for most of the platforms (android, ios, macos, WinRT, Win32, blackbery-qnx etc). We are starting to switch more and more projects to Cmake.
For most of the stuff that we build we use buildservers to make release, and the buildservers are totally hand written code.
Cmake-gui basically interprets all the options from cmake files and dynamically generates gui to be displayed for the user. Is there something already exist that generates html gui instead? Is it easy to add that kind of option so that we could have familiar cmake style web gui in our buildservers?
For now, if add some kind of option, somebody has to go and modify php code to present and handle that option on the web and pass it to cmake or some other build system. What I'm looking for is to skip that step and directly generate html from cmake files the way cmake-gui generates gui with all the available options.


More information about the cmake-developers mailing list