diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-23 16:26:42 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-24 07:19:56 (GMT) |
commit | 84fb579fc8935202bf182bbd1685aff6acc2a3b5 (patch) | |
tree | 192d1b6e4d392ab4640b7588e12ebf37234b9b8a /Source/cmGlobalVisualStudio7Generator.h | |
parent | 1eff421ad00bd26a22b5145fe2b175a300041dca (diff) | |
download | CMake-84fb579fc8935202bf182bbd1685aff6acc2a3b5.zip CMake-84fb579fc8935202bf182bbd1685aff6acc2a3b5.tar.gz CMake-84fb579fc8935202bf182bbd1685aff6acc2a3b5.tar.bz2 |
VS: Port WriteProject to cmGeneratorTarget
Diffstat (limited to 'Source/cmGlobalVisualStudio7Generator.h')
-rw-r--r-- | Source/cmGlobalVisualStudio7Generator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio7Generator.h b/Source/cmGlobalVisualStudio7Generator.h index 4ef0990..a514dcd 100644 --- a/Source/cmGlobalVisualStudio7Generator.h +++ b/Source/cmGlobalVisualStudio7Generator.h @@ -123,7 +123,7 @@ protected: std::vector<cmLocalGenerator*>& generators); virtual void WriteProject(std::ostream& fout, const std::string& name, const char* path, - cmTarget const& t); + const cmGeneratorTarget *t); virtual void WriteProjectDepends(std::ostream& fout, const std::string& name, const char* path, cmTarget const&t); |