Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WindowsCE: Drop unused Platform/WindowsCE-MSVC module | Brad King | 2014-07-28 | 1 | -1/+0 |
| | | | | | | | This module was created to mirror Platform/Windows-MSVC.cmake, but this is not necessary because nothing includes "Platform/<os>-<id>.cmake" directly. The Platform/Windows-MSVC module is only a helper for the Platform/Windows-MSVC-<lang> modules. | ||||
* | Add WindowsCE platform information files | Patrick Gansterer | 2012-09-05 | 1 | -0/+1 |
This enables CMake to create Makefiles targeting Windows CE devices. CMake needs to be run within a cross compile command prompt and requires a toolchain file which sets CMAKE_SYSTEM_NAME to "WindowsCE" and optionally CMAKE_SYSTEM_VERSION. |