This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
146bf9267c
CMake
/
Modules
/
Platform
/
WindowsPhone-MSVC-CXX.cmake
2 lines
35 B
CMake
Raw
Normal View
History
Unescape
Escape
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".
2014-07-28 22:08:10 +04:00
include
(
Platform/Windows-MSVC-CXX
)