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
e7ca48f226
CMake
/
Modules
/
Platform
/
WindowsCE-MSVC-C.cmake
2 lines
33 B
CMake
Raw
Normal View
History
Unescape
Escape
Add WindowsCE platform information files 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.
2012-09-05 12:08:58 +04:00
include
(
Platform/Windows-MSVC-C
)