diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-08-05 16:39:17 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-08 23:04:37 (GMT) |
commit | 50dc9b44404f4f31aa24cf17247f10539c3807b2 (patch) | |
tree | 094bd641833f511b4659a7372775fcf6f9f7d501 /Source/cmTarget.h | |
parent | 8b0168863ed121c7d9f05e3282e2f59490ff6c42 (diff) | |
download | CMake-50dc9b44404f4f31aa24cf17247f10539c3807b2.zip CMake-50dc9b44404f4f31aa24cf17247f10539c3807b2.tar.gz CMake-50dc9b44404f4f31aa24cf17247f10539c3807b2.tar.bz2 |
cmGeneratorTarget: Move GetPDBDirectory from cmTarget.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index 507ea7d..2f9a94b 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -231,12 +231,6 @@ public: the link dependencies of this target. */ std::string CheckCMP0004(std::string const& item) const; - /** Get the directory in which this targets .pdb files will be placed. - If the configuration name is given then the generator will add its - subdirectory for that configuration. Otherwise just the canonical - pdb output directory is given. */ - std::string GetPDBDirectory(const std::string& config) const; - const char* ImportedGetLocation(const std::string& config) const; /** Get the target major and minor version numbers interpreted from |