Hi Massi,<br><br>It is best to use CMake to configure a project that uses ITK.  In your CMakeLists.txt, add the lines<br><br>  find_package( ITK REQUIRED )<br>  include( ${ITK_USE_FILE}  )<br><br>This will include the ITK headers for any add_executable CMake command that follows.  It will also define the CMake variable ITK_LIBRARIES, which can be used with the CMake command target_link_libraries.<br>
<br>CMake can generate makefiles or project files for many different development environments.  If you want to use the MSYS compiler with an IDE, you can generate project files for Eclipse, CodeBlocks, or Qt Creator.<br><br>
Hope this helps,<br>Matt<br><br><div class="gmail_quote">On Thu, May 10, 2012 at 2:39 PM, Massi <span dir="ltr">&lt;<a href="mailto:Massinissa.Bandou@usherbrooke.ca" target="_blank">Massinissa.Bandou@usherbrooke.ca</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi!<br>
I configured the latest version of ITK with cmake selecting &quot;MSYS Makefiles&quot;<br>
generator. After installing the msys-1.0-10, the MSYS shell generated me a<br>
bin, include and lib folders. I want to know if it&#39;s possible to integrate<br>
them in any integrated development environment just by adding ITK libraries<br>
and its header files?<br>
<br>
Thank you for your help!<br>
<br>
Massi<br>
<br>
--<br>
View this message in context: <a href="http://itk-insight-users.2283740.n2.nabble.com/Configure-ITK-with-MSYS-Makefiles-tp7547845.html" target="_blank">http://itk-insight-users.2283740.n2.nabble.com/Configure-ITK-with-MSYS-Makefiles-tp7547845.html</a><br>

Sent from the ITK Insight Users mailing list archive at Nabble.com.<br>
_____________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.php" target="_blank">http://www.kitware.com/products/protraining.php</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
</blockquote></div><br>