summaryrefslogtreecommitdiff
path: root/Source/cmGlobalVisualStudio11Generator.h
diff options
context:
space:
mode:
authorPatrick Gansterer <paroga@paroga.com>2013-08-04 20:15:35 +0200
committerBrad King <brad.king@kitware.com>2013-08-07 10:28:30 -0400
commit0416a0e6d80900b952f083ec31f8663ecab738b9 (patch)
tree9aa46979f2dfa19efa7d234ee6d85fea5ea095a3 /Source/cmGlobalVisualStudio11Generator.h
parent8fcf0ab020a9496e53051bb9effdc68e44be3af6 (diff)
downloadcmake-0416a0e6d80900b952f083ec31f8663ecab738b9.tar.gz
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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmGlobalVisualStudio11Generator.h b/Source/cmGlobalVisualStudio11Generator.h
index b61366a38a..7cc7e69d95 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