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
|
@ -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)
|
Loading…
Reference in New Issue