diff options
author | Patrick Gansterer <paroga@paroga.com> | 2012-09-05 08:08:58 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-09-05 11:38:45 (GMT) |
commit | 28d744c9ea332a10b9fc3061758d5f8031158727 (patch) | |
tree | fa3671ac37457f38588b249ed6c35605314b1dd5 /Modules/Platform/WindowsCE-MSVC-CXX.cmake | |
parent | e7cb80556eddc33dfa81c8ba1070a448d8eea5f9 (diff) | |
download | CMake-28d744c9ea332a10b9fc3061758d5f8031158727.zip CMake-28d744c9ea332a10b9fc3061758d5f8031158727.tar.gz CMake-28d744c9ea332a10b9fc3061758d5f8031158727.tar.bz2 |
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.
Diffstat (limited to 'Modules/Platform/WindowsCE-MSVC-CXX.cmake')
-rw-r--r-- | Modules/Platform/WindowsCE-MSVC-CXX.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Platform/WindowsCE-MSVC-CXX.cmake b/Modules/Platform/WindowsCE-MSVC-CXX.cmake new file mode 100644 index 0000000..281eadc --- /dev/null +++ b/Modules/Platform/WindowsCE-MSVC-CXX.cmake @@ -0,0 +1 @@ +include(Platform/Windows-MSVC-CXX) |