diff options
author | Beeble <beeble@users.noreply.github.com> | 2017-04-04 19:12:26 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-04-05 17:37:45 (GMT) |
commit | 4cd815f0b314197ddabea94017e0ce8b15836c17 (patch) | |
tree | c4619bb9b11acad2d6dd8b98764eb5cf9482246a /Source/cmGlobalVisualStudio7Generator.h | |
parent | 4b9e15fb47fcc85f92031a4220d37addb3207726 (diff) | |
download | CMake-4cd815f0b314197ddabea94017e0ce8b15836c17.zip CMake-4cd815f0b314197ddabea94017e0ce8b15836c17.tar.gz CMake-4cd815f0b314197ddabea94017e0ce8b15836c17.tar.bz2 |
VS: Pass whole target to WriteProjectConfigurations
Diffstat (limited to 'Source/cmGlobalVisualStudio7Generator.h')
-rw-r--r-- | Source/cmGlobalVisualStudio7Generator.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmGlobalVisualStudio7Generator.h b/Source/cmGlobalVisualStudio7Generator.h index 1f96cc6..32a8d60 100644 --- a/Source/cmGlobalVisualStudio7Generator.h +++ b/Source/cmGlobalVisualStudio7Generator.h @@ -121,8 +121,8 @@ protected: const char* path, cmGeneratorTarget const* t) = 0; virtual void WriteProjectConfigurations( - std::ostream& fout, const std::string& name, cmStateEnums::TargetType type, - std::vector<std::string> const& configs, + std::ostream& fout, const std::string& name, + cmGeneratorTarget const& target, std::vector<std::string> const& configs, const std::set<std::string>& configsPartOfDefaultBuild, const std::string& platformMapping = "") = 0; virtual void WriteSLNGlobalSections(std::ostream& fout, |