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 "${DOXYGEN_EXECUTABLE}" "${PROJECT_BINARY_DIR}/${DOX_OUTPUT_DIRECTORY}/${PROJECT_NAME}.doxyfile")<br><br><br>I would like that the following line could be added to the .cproject.<br>
<br><target name="doc" path="" targetID="org.eclipse.cdt.make.MakeTargetBuilder"><br><buildCommand>C:/MinGW/bin/mingw32-make.exe</buildCommand><br><buildArguments/><br>
<buildTarget>doc</buildTarget><br><stopOnError>true</stopOnError><br><useDefaultCommand>false</useDefaultCommand><br></target><br><br>I don'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>