Re: [cmake-developers] Setting unexposed Visual Studio properties from CMake?

2015-03-18 Thread Dmitry Polyanitsa
oulet Cc: cmake-developers@cmake.org Subject: Re: [cmake-developers] Setting unexposed Visual Studio properties from CMake? On 03/16/2015 10:28 AM, Robert Goulet wrote: > Is there a way to set unexposed Visual Studio properties from CMake? No. Unlike Xcode the number of different places that VS p

Re: [cmake-developers] Setting unexposed Visual Studio properties from CMake?

2015-03-17 Thread Brad King
On 03/16/2015 10:28 AM, Robert Goulet wrote: > Is there a way to set unexposed Visual Studio properties from CMake? No. Unlike Xcode the number of different places that VS properties go means there is no good equivalent to XCODE_ATTRIBUTE_ for VS (or any other generators AFAIK). > Exposing every

[cmake-developers] Setting unexposed Visual Studio properties from CMake?

2015-03-16 Thread Robert Goulet
Hi, Is there a way to set unexposed Visual Studio properties from CMake? In XCode generator, we have XCODE_ATTRIBUTE_. What about Visual Studio? The reason we need this is because we are trying to set project properties of the Nsight Tegra Android generator that are not exposed to CMake. Exposi