[cmake-developers] Windows Store generated solution also containing win32 console app?

Brad King brad.king at kitware.com
Thu Jan 29 17:11:14 EST 2015


On 01/29/2015 04:52 PM, Robert Goulet wrote:
> That sounds silly, but how do I merge patches with git?

Read up on interactive rebase: "git rebase -i".

> Not setting VS_WINRT_COMPONENT on an executable at all, when system
> name is 'WindowsStore', will produce an executable with everything
> properly set as a Windows Store app. I don't use VS_WINRT_COMPONENT
> (except for my new special case to turn it off explicitly) and
> everything seems to work properly. Essentially, if you set system
> name to 'WindowsStore', then all projects are assumed to have the
> Windows Store Support turned ON in Visual Studio.

Hmm...I'm reconsidering the explicit OFF approach.

Gilles, Tests/VSWinStorePhone/CMakeLists.txt does:

 set_property(TARGET ${EXE_NAME} PROPERTY VS_WINRT_COMPONENT TRUE)

What does this cover?  What does it mean to have this on Store?

Thanks,
-Brad



More information about the cmake-developers mailing list