mirror of
https://github.com/Kitware/CMake.git
synced 2025-06-21 20:11:22 +08:00

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".
2 lines
26 B
CMake
2 lines
26 B
CMake
include(Platform/Windows)
|