[CMake] CMake Colours

Alexander Neundorf a.neundorf-work at gmx.net
Wed Jun 27 15:04:34 EDT 2007


On Wednesday 27 June 2007 13:57, Mike Arthur wrote:
> I'm trying to get cmake to generate makefiles that use colours.
>
> I'm building the KDE SVN which should, according to other developers, use
> colours for cmake but doesn't seem to for me.
>
> I'm using Konsole and TERM=xterm.

Maybe try it at first with a simple "hello world" program:
CMakeLists.txt
add_executable(hello main.c)

This should be colored. 

Alex


More information about the CMake mailing list