diff options
author | Petr Kmoch <petr.kmoch@gmail.com> | 2012-10-14 20:10:49 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-11-16 13:17:11 (GMT) |
commit | 2c9196207b47489d110bc0c56be45ee92748c19f (patch) | |
tree | 93553593cc6980fadfeeab8703eda4cab80685e3 /Source/cmGlobalVisualStudio7Generator.h | |
parent | 57cadc179c6864202dc7cfba3a338863f4e0a05d (diff) | |
download | CMake-2c9196207b47489d110bc0c56be45ee92748c19f.zip CMake-2c9196207b47489d110bc0c56be45ee92748c19f.tar.gz CMake-2c9196207b47489d110bc0c56be45ee92748c19f.tar.bz2 |
Implement properties VS_GLOBAL_SECTION_*
Add properties VS_GLOBAL_SECTION_PRE_<name> and
VS_GLOBAL_SECTION_POST_<name>, which can be used to generate custom
GlobalSection-s in the .sln file.
Diffstat (limited to 'Source/cmGlobalVisualStudio7Generator.h')
-rw-r--r-- | Source/cmGlobalVisualStudio7Generator.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmGlobalVisualStudio7Generator.h b/Source/cmGlobalVisualStudio7Generator.h index 1df58f9..db59dd6 100644 --- a/Source/cmGlobalVisualStudio7Generator.h +++ b/Source/cmGlobalVisualStudio7Generator.h @@ -109,6 +109,8 @@ protected: const char* name, bool partOfDefaultBuild, const char* platformMapping = NULL); + virtual void WriteSLNGlobalSections(std::ostream& fout, + cmLocalGenerator* root); virtual void WriteSLNFooter(std::ostream& fout); virtual void WriteSLNHeader(std::ostream& fout); virtual std::string WriteUtilityDepend(cmTarget* target); |