Add WindowsPhone and WindowsStore platform information modules

Simply include the "Windows" platform equivalents.  This will allow
-DCMAKE_SYSTEM_NAME=WindowsPhone or -DCMAKE_SYSTEM_NAME=WindowsStore to
select variants of the Windows platform while re-using most of the
platform information from "Windows".
This commit is contained in:
Brad King 2014-07-28 14:08:10 -04:00
parent b94ddf6cd7
commit aa42a78f52
6 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1 @@
include(Platform/Windows-MSVC-C)

View File

@ -0,0 +1 @@
include(Platform/Windows-MSVC-CXX)

View File

@ -0,0 +1 @@
include(Platform/Windows)

View File

@ -0,0 +1 @@
include(Platform/Windows-MSVC-C)

View File

@ -0,0 +1 @@
include(Platform/Windows-MSVC-CXX)

View File

@ -0,0 +1 @@
include(Platform/Windows)