Hello,<br><br>There is a little bug for the generation of eclipse MinGW project in cmake.<br>The thing is the custom targets are not added to the list of make target in the .cproject.<br><br>For example if I want to add the doc target to generate my documentation such as:<br>

<br>ADD_CUSTOM_TARGET(doc ALL COMMAND &quot;${DOXYGEN_EXECUTABLE}&quot; &quot;${PROJECT_BINARY_DIR}/${DOX_OUTPUT_DIRECTORY}/${PROJECT_NAME}.doxyfile&quot;)<br><br><br>I would like that the following line could be added to the .cproject.<br>

<br>&lt;target name=&quot;doc&quot; path=&quot;&quot; targetID=&quot;org.eclipse.cdt.make.MakeTargetBuilder&quot;&gt;<br>&lt;buildCommand&gt;C:/MinGW/bin/mingw32-make.exe&lt;/buildCommand&gt;<br>&lt;buildArguments/&gt;<br>

&lt;buildTarget&gt;doc&lt;/buildTarget&gt;<br>&lt;stopOnError&gt;true&lt;/stopOnError&gt;<br>&lt;useDefaultCommand&gt;false&lt;/useDefaultCommand&gt;<br>&lt;/target&gt;<br><br>I don&#39;t know where to signal this bug request ... but i hope here is a good place !!<br clear="all">

<br>--<br>Benoit RAT<br><a href="http://www.neub.co.nr">www.neub.co.nr</a><br>