diff options
author | Brad King <brad.king@kitware.com> | 2007-08-01 19:25:40 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2007-08-01 19:25:40 (GMT) |
commit | ea874415d9f1a1058aadb38c6987b18d8b3324f5 (patch) | |
tree | d057bde4debad9f639903126bccf6854be6ced13 /Source/cmLocalVisualStudio6Generator.h | |
parent | 2246e0336db396058ebcec67527bf790a34a8e72 (diff) | |
download | CMake-ea874415d9f1a1058aadb38c6987b18d8b3324f5.zip CMake-ea874415d9f1a1058aadb38c6987b18d8b3324f5.tar.gz CMake-ea874415d9f1a1058aadb38c6987b18d8b3324f5.tar.bz2 |
ENH: Moved GetTargetDirectory method up to cmLocalGenerator. This provides a common interface to something that was implemented in most local generators anyway.
Diffstat (limited to 'Source/cmLocalVisualStudio6Generator.h')
-rw-r--r-- | Source/cmLocalVisualStudio6Generator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmLocalVisualStudio6Generator.h b/Source/cmLocalVisualStudio6Generator.h index 97d45d4..d97a8db 100644 --- a/Source/cmLocalVisualStudio6Generator.h +++ b/Source/cmLocalVisualStudio6Generator.h @@ -62,6 +62,7 @@ public: { return this->CreatedProjectNames; } + virtual std::string GetTargetDirectory(cmTarget const& target) const; void GetTargetObjectFileDirectories(cmTarget* target, std::vector<std::string>& dirs); |