summaryrefslogtreecommitdiffstats
path: root/Source/CMakeLists.txt
diff options
context:
space:
mode:
authorPatrick Gansterer <paroga@paroga.com>2012-11-20 12:12:27 (GMT)
committerBrad King <brad.king@kitware.com>2012-11-27 13:31:17 (GMT)
commit6fe4fcba787e4e27a4863faa28aa41ae11026d6b (patch)
tree9c8059ebf44b70194a71f6e777de6befac1896be /Source/CMakeLists.txt
parent2118a2016f69f3c7cdb711eaaa2f6ca9374103ce (diff)
downloadCMake-6fe4fcba787e4e27a4863faa28aa41ae11026d6b.zip
CMake-6fe4fcba787e4e27a4863faa28aa41ae11026d6b.tar.gz
CMake-6fe4fcba787e4e27a4863faa28aa41ae11026d6b.tar.bz2
VS: Add parser for WCE.VCPlatform.config to read WinCE platforms
Parse the WCE.VCPlatform.config file, which contains the installed WindowsCE SDKs in XML format, and add possibility to generate Visual Studio generators for them.
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r--Source/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt
index fa174bc..4de20c9 100644
--- a/Source/CMakeLists.txt
+++ b/Source/CMakeLists.txt
@@ -353,6 +353,8 @@ if (WIN32)
cmLocalVisualStudio7Generator.h
cmLocalVisualStudioGenerator.cxx
cmLocalVisualStudioGenerator.h
+ cmVisualStudioWCEPlatformParser.h
+ cmVisualStudioWCEPlatformParser.cxx
cmWin32ProcessExecution.cxx
cmWin32ProcessExecution.h
)