[CMake] Cmake with Eclipse
Mike Jackson
imikejackson at gmail.com
Tue Jun 5 09:29:17 EDT 2007
http://www.cmake.org/Wiki/CMake_Editors_Support
There is an entry for using CMake with Eclipse. The wiki article is
written assuming Unix/Linux/OS X but there should be no reason why
the same would not work for MinGW. Note I have NOT tried it.
The basics are:
1: Use CMake on Windows to generate the MinGW Makefiles
2: Launch Eclipse and create a "Standard C++ Makefile Project"
3: Edit the "Make" settings to point to the "mingw32make" executable
and the MakeFile generated by CMake.
I will leave the rest as an exercise to the reader.
--
Mike Jackson Senior Research Engineer
Innovative Management & Technology Services
On Jun 5, 2007, at 9:03 AM, Joachim Zettler wrote:
> Dear all,
>
> I want to integrate cmake with the ECLIPSE IDE and cdt.
>
> To be honest I am a beginner and therefore I have not really an
> idea on how to handle it. I use MinGW with WinXP to develop under
> Windows.
>
> It would be very nice if somebody can help me on how to set up
> Eclipse to use cmake to generate the Makefiles for mingw and the g+
> + compiler.
>
> Thank you very much in advance.
>
> Joachim
> _______________________________________________
> CMake mailing list
> CMake at cmake.org
> http://www.cmake.org/mailman/listinfo/cmake
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/cmake/attachments/20070605/ac0cb2d7/attachment.html
More information about the CMake
mailing list