cmake-curses-gui

curses based user interface for CMake (ccmake)
  https://cmake.org/
  2
  1 review



CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice. CMake is quite sophisticated: it is possible to support complex environments requiring system configuration, pre-processor generation, code generation, and template instantiation.

This package provides the CMake curses interface. Project configuration settings may be specified interactively through this GUI. Brief instructions are provided at the bottom of the terminal when the program is running. The main executable file for this GUI is "ccmake".
Latest reviews
5
notyourbuddy 14 years ago

My fav program for configuring my cmake based projects since it gives access to both basic and advanced settings without the need to ever leave the terminal or memorize a bunch of settings flags