Change VCS project root
已回答
Hello,
it is possible to have CMakeLists.txt in subdirectories instead of root directory, by changing project root.
However it is not changed for VCS tool, I cannot commit/update/diff files in directories outside the CMakeLists.txt directory by integrated VCS support. I need always need to switch to windows explorer and tortoisesvn to work with version control system.
So, Is it possible to change also root dir for VCS?
It is requested by my company guidelines to have CMakeLists.txt in subdirectory instead of project root directory.
Thanks for the help.
请先登录再写评论。
Hi, Ivo. You can change project root at `File | Settings | Version Control` tab. There is a `Directory | VCS` mapping there, you can edit it from the defaults to the custom locations.
Thank you, this is exactly what I needed.