Hi all,
I would like to work on the Minetest's engine with git and Visual Studio. And when I use CMake, I have a generated project in another directory. The problem is to use (tortoise)git with another directory than the original (from git). When I want to update my source code, I would like to update my generated project instead the original root directory cuz I modify the source code of the generated project. And I don't to generate a new project after to updated the root (git)..
ps: the generated project compiles and run well with visual studio 2015