Re: [CMake] Visual Studio .sln post generate modifications?

2015-11-27 Thread Petr Kmoch
Hi. I don't know how exactly the Deploy checkbox value is stored inside the .sln file, but CMake has built-in ways of adding arbitrary sections and contents to the .sln file; see directory properties VS_GLOBAL_SECTION_PRE_ (

[CMake] Visual Studio .sln post generate modifications?

2015-11-27 Thread Tilman Skobowsky
Hi, we currently use CMake 3.3.x (x >= 2) on a C++ source code with Windows target only. In our company we're exclusively using Visual Studio (Version 2015 right now). Since we're using remote debugging we have the following problem: In order to set up Remote Debugging with VS, you have