summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/WindowsStore-MSVC-C.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-07-28 18:08:10 (GMT)
committerBrad King <brad.king@kitware.com>2014-07-31 18:08:50 (GMT)
commitaa42a78f523f3db5e849663a7c55d949dd25bfb0 (patch)
tree5ad6d31c521f639e7604a9bc88991d2da8783eeb /Modules/Platform/WindowsStore-MSVC-C.cmake
parentb94ddf6cd70e811e4bc3f3c28ef7195bcf2bb0cf (diff)
downloadCMake-aa42a78f523f3db5e849663a7c55d949dd25bfb0.zip
CMake-aa42a78f523f3db5e849663a7c55d949dd25bfb0.tar.gz
CMake-aa42a78f523f3db5e849663a7c55d949dd25bfb0.tar.bz2
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".
Diffstat (limited to 'Modules/Platform/WindowsStore-MSVC-C.cmake')
-rw-r--r--Modules/Platform/WindowsStore-MSVC-C.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Platform/WindowsStore-MSVC-C.cmake b/Modules/Platform/WindowsStore-MSVC-C.cmake
new file mode 100644
index 0000000..ce8060b
--- /dev/null
+++ b/Modules/Platform/WindowsStore-MSVC-C.cmake
@@ -0,0 +1 @@
+include(Platform/Windows-MSVC-C)