summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/WindowsCE-MSVC-CXX.cmake
diff options
context:
space:
mode:
authorPatrick Gansterer <paroga@paroga.com>2012-09-05 08:08:58 (GMT)
committerBrad King <brad.king@kitware.com>2012-09-05 11:38:45 (GMT)
commit28d744c9ea332a10b9fc3061758d5f8031158727 (patch)
treefa3671ac37457f38588b249ed6c35605314b1dd5 /Modules/Platform/WindowsCE-MSVC-CXX.cmake
parente7cb80556eddc33dfa81c8ba1070a448d8eea5f9 (diff)
downloadCMake-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.cmake1
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)