[CMake] IDE directly supporting CMakeLists.txt?

Mike Jackson mike.jackson at imts.us
Tue Feb 6 09:45:23 EST 2007



On Feb 6, 2007, at 7:59 AM, Andreas Schneider wrote:

> wedekind wrote:
>> Hello all,
> Hi,
>
>>
>> does anyone know of an IDE that directly supports CMakeLists.txt  
>> as its
>> build-configuration files? I know that kdevelop supports it, but  
>> it seems as
>> if CMake-support is not yet fully integrated and working. Are there
>> alternatives?
>
> there is a really cool and stylish IDE with CMakeLists.txt and *.cmake
> support.
>
> http://www.vim.org/
>
>
> See http://www.cynapses.org/tmp/cmake-ide.png
>
>>
>> Cheers
>>
>> Marco
>
> 	-- andreas
>
>
> -- 
> http://www.cynapses.org/ - cybernetic synapses
>

	Basically anything that uses "make" should be able to be used. I  
personally use Eclipse with the CDT plugin to do C++ development  
(Everything from c/c++/Qt/ITK/VTK/ParaView) and it works pretty good.  
You can add a custom external command that runs cmake when you need  
it run, ie if you add some source files or change CMakeLists.txt or  
you can have it run cmake every time before a build if you so want.

    Other than that, I don't have anything. I did make up a language  
plugin for "TextMate" for those of you on OS X. There are some auto  
completions available for it also and full (or at least as full as I  
could get it.. ) syntax highlighting for cmake files. If anyone is  
interested, email me off list.

-- 
Mike Jackson   Senior Research Engineer
Innovative Management & Technology Services




More information about the CMake mailing list