mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-14 13:30:29 -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:
1
Modules/Platform/WindowsPhone-MSVC-C.cmake
Normal file
1
Modules/Platform/WindowsPhone-MSVC-C.cmake
Normal file
@@ -0,0 +1 @@
|
|||||||
|
include(Platform/Windows-MSVC-C)
|
||||||
1
Modules/Platform/WindowsPhone-MSVC-CXX.cmake
Normal file
1
Modules/Platform/WindowsPhone-MSVC-CXX.cmake
Normal file
@@ -0,0 +1 @@
|
|||||||
|
include(Platform/Windows-MSVC-CXX)
|
||||||
1
Modules/Platform/WindowsPhone.cmake
Normal file
1
Modules/Platform/WindowsPhone.cmake
Normal file
@@ -0,0 +1 @@
|
|||||||
|
include(Platform/Windows)
|
||||||
1
Modules/Platform/WindowsStore-MSVC-C.cmake
Normal file
1
Modules/Platform/WindowsStore-MSVC-C.cmake
Normal file
@@ -0,0 +1 @@
|
|||||||
|
include(Platform/Windows-MSVC-C)
|
||||||
1
Modules/Platform/WindowsStore-MSVC-CXX.cmake
Normal file
1
Modules/Platform/WindowsStore-MSVC-CXX.cmake
Normal file
@@ -0,0 +1 @@
|
|||||||
|
include(Platform/Windows-MSVC-CXX)
|
||||||
1
Modules/Platform/WindowsStore.cmake
Normal file
1
Modules/Platform/WindowsStore.cmake
Normal file
@@ -0,0 +1 @@
|
|||||||
|
include(Platform/Windows)
|
||||||
Reference in New Issue
Block a user