mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
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:
@@ -0,0 +1 @@
|
||||
include(Platform/Windows-MSVC-C)
|
||||
@@ -0,0 +1 @@
|
||||
include(Platform/Windows-MSVC-CXX)
|
||||
@@ -0,0 +1 @@
|
||||
include(Platform/Windows)
|
||||
@@ -0,0 +1 @@
|
||||
include(Platform/Windows-MSVC-C)
|
||||
@@ -0,0 +1 @@
|
||||
include(Platform/Windows-MSVC-CXX)
|
||||
@@ -0,0 +1 @@
|
||||
include(Platform/Windows)
|
||||
Reference in New Issue
Block a user