2009/10/7 Romain CHANU <romainch...@gmail.com>: > Yes I agree with you. It would be nice to hide these CMake generated files > (except those that are generated by your CMakeLists.txt and used for > compilation purpose, e.g. files generated by external command like > CodeSynthesis XSD). > One more thing, about the version control integration (SVN) in Eclipse using > an out-of-source build (cf . > http://www.cmake.org/Wiki/Eclipse_CDT4_Generator_Development), do I still > need to create two different projects? One being my source code from my > repository and the other one being my "build" directory? > Is there any fix regarding this issue in the incoming 2.8 version? Or any > existing work-around?
As far as I remember when I did look into the problem, the version control integration problem for out-of-source build is an **ECLIPSE** problem which cannot be solved on the CMake side unless you break the out of sorce rule and generate files in the source... see http://www.cmake.org/Wiki/Eclipse_CDT4_Generator_Development#Discussion_about_Eclipse_CDT4_Generator_limitations and reference. You can have a single eclipse project using CMake if your go option 2 described http://www.cmake.org/Wiki/CMake:Eclipse however with this option you do not use eclipse generator at all... -- Erk Membre de l'April - « promouvoir et défendre le logiciel libre » - http://www.april.org _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake