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:
parent
b94ddf6cd7
commit
aa42a78f52
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)
|
Loading…
x
Reference in New Issue
Block a user