Browse Source

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".
Brad King 11 years ago
parent
commit
aa42a78f52

+ 1 - 0
Modules/Platform/WindowsPhone-MSVC-C.cmake

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

+ 1 - 0
Modules/Platform/WindowsPhone-MSVC-CXX.cmake

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

+ 1 - 0
Modules/Platform/WindowsPhone.cmake

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

+ 1 - 0
Modules/Platform/WindowsStore-MSVC-C.cmake

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

+ 1 - 0
Modules/Platform/WindowsStore-MSVC-CXX.cmake

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

+ 1 - 0
Modules/Platform/WindowsStore.cmake

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