On 2018 M02 14, Wed 18:46:52 CET Saeed, Khurram wrote: > Thanks Alex. > Yes it does support generating the project in the build dir. It also works > while generating in a subdir of the source dir. Eclipse version control > plugin also works (I am using git).
Interesting. How did you get that working ? Let's say the directories look like this: src/CMakeLists.txt build/CMakeCache.txt build/.project build/.cproject I guess this is what you generate, right ? How do you get the source tree into this project ? The Eclipse-generator in cmake uses a "linked resource" to the source dir, but the version control plugin is not activated for those files. According to the Subversion-Plugin developers this is because the source files are then outside the "project directory", i.e. no below the directory where the .project file is located. So I'm really interested how you got that working. Can you send the .project and .cproject files for a simple hello-world project, built out-of-source ? Alex -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: https://cmake.org/mailman/listinfo/cmake-developers