diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2004-09-15 19:15:46 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2004-09-15 19:15:46 (GMT) |
commit | 444dbd33095675b6fda7e3f806b3890aa7afffbd (patch) | |
tree | c36ac8686e6465ec2a0cd408fbdab2aba32ef42e /Source/cmGlobalVisualStudio71Generator.h | |
parent | f545c5149fbc2034ca057cbb8a6e0823797a6c2c (diff) | |
download | CMake-444dbd33095675b6fda7e3f806b3890aa7afffbd.zip CMake-444dbd33095675b6fda7e3f806b3890aa7afffbd.tar.gz CMake-444dbd33095675b6fda7e3f806b3890aa7afffbd.tar.bz2 |
BUG: fix external project command for VS 7 and 71
Diffstat (limited to 'Source/cmGlobalVisualStudio71Generator.h')
-rw-r--r-- | Source/cmGlobalVisualStudio71Generator.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmGlobalVisualStudio71Generator.h b/Source/cmGlobalVisualStudio71Generator.h index 7c738c6..a5a47a8 100644 --- a/Source/cmGlobalVisualStudio71Generator.h +++ b/Source/cmGlobalVisualStudio71Generator.h @@ -53,6 +53,8 @@ protected: const char* name, const char* path, const cmTarget &t); virtual void WriteProjectConfigurations(std::ostream& fout, const char* name, bool in_all); + virtual void WriteExternalProject(std::ostream& fout, const char* name, const char* path, + const std::vector<std::string>& depends); virtual void WriteSLNFooter(std::ostream& fout); virtual void WriteSLNHeader(std::ostream& fout); }; |