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.
-- 

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-developers

Reply via email to