Add WindowsPhone and WindowsStore platform modules for Clang/GNU C/CXX

Just like the existing WindowsPhone and WindowsStore platform modules
for MSVC, just include the corresponding Windows platform modules.

MinGW tools (both with GCC and Clang) can be used for building for
Windows Store, even though it isn't a very common or simple setup.
This commit is contained in:
Martin Storsjö
2018-07-01 23:16:00 +03:00
parent c29dda6c99
commit de5a4653d7
8 changed files with 8 additions and 0 deletions
@@ -0,0 +1 @@
include(Platform/Windows-Clang-C)
@@ -0,0 +1 @@
include(Platform/Windows-Clang-CXX)
@@ -0,0 +1 @@
include(Platform/Windows-GNU-C)
@@ -0,0 +1 @@
include(Platform/Windows-GNU-CXX)
@@ -0,0 +1 @@
include(Platform/Windows-Clang-C)
@@ -0,0 +1 @@
include(Platform/Windows-Clang-CXX)
@@ -0,0 +1 @@
include(Platform/Windows-GNU-C)
@@ -0,0 +1 @@
include(Platform/Windows-GNU-CXX)