diff options
author | Patrick Gansterer <paroga@paroga.com> | 2013-08-04 18:15:35 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-08-07 14:28:30 (GMT) |
commit | 0416a0e6d80900b952f083ec31f8663ecab738b9 (patch) | |
tree | 9aa46979f2dfa19efa7d234ee6d85fea5ea095a3 /Source/cmGlobalVisualStudio11Generator.h | |
parent | 8fcf0ab020a9496e53051bb9effdc68e44be3af6 (diff) | |
download | CMake-0416a0e6d80900b952f083ec31f8663ecab738b9.zip CMake-0416a0e6d80900b952f083ec31f8663ecab738b9.tar.gz CMake-0416a0e6d80900b952f083ec31f8663ecab738b9.tar.bz2 |
VS11: Add support for Windows CE SDKs
Allow additional generator platforms for the installed WinCE SDKs.
Diffstat (limited to 'Source/cmGlobalVisualStudio11Generator.h')
-rw-r--r-- | Source/cmGlobalVisualStudio11Generator.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmGlobalVisualStudio11Generator.h b/Source/cmGlobalVisualStudio11Generator.h index b61366a..7cc7e69 100644 --- a/Source/cmGlobalVisualStudio11Generator.h +++ b/Source/cmGlobalVisualStudio11Generator.h @@ -34,7 +34,9 @@ public: protected: virtual const char* GetIDEVersion() { return "11.0"; } bool UseFolderProperty(); + static std::set<std::string> GetInstalledWindowsCESDKs(); private: class Factory; + friend class Factory; }; #endif |