I typically work in KDevelop which has CMake support, so if another
developer pushes some new files and changes to the CMakeLists.txt of
my project, I simply 'git pull' the project and then click "Build" and
it knows exactly what to do - it runs CMake and then builds the
project.

However, when working with Visual Studio, do I have to 'git pull',
then go open cmake-gui from the VS2010E terminal, re-configure and
re-generate the project, then reimport the VS2010E project, then
build? This seems horribly awkward. And the reverse appears to have
the same problem - if working inside VS I add a file to the VS
project, how do I 'export' this addition back to the git repo?

Thanks,

David
--

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

Reply via email to