We did on a regular basis during a transition period to hook up
existing .vcproj files to a CMake generated solution as we were
converting fully to CMake. I believe you can control what GUID gets
generated by CMake by using target properties in your CMakeLists.txt
file:
https://stackoverflow.com/
Hi folks
Is there a reason not to add a references to a cmake generated project from
a classic visual studio project ?
Anyone does it on a daily basis ?
I'm worrying about the generated ProjectGUID :
The guid of the project is stored in the classic visual studio project as
well as in the generat