mirror of
https://github.com/reactos/CMake.git
synced 2025-02-10 22:02:11 +00:00
![Patrick Gansterer](/assets/img/avatar_default.png)
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.
2 lines
35 B
CMake
2 lines
35 B
CMake
include(Platform/Windows-MSVC-CXX)
|