summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-08-04 17:19:45 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-08-05 16:20:46 (GMT)
commita45fed81e5fd5d9b280c8dd70d50c9606a982a0b (patch)
tree138c275f924984a8e1aea8e9033cc29ea82d7cf3 /Source/cmTarget.h
parentf0aa660772565545cbcda9ed8ae946b8d5097416 (diff)
downloadCMake-a45fed81e5fd5d9b280c8dd70d50c9606a982a0b.zip
CMake-a45fed81e5fd5d9b280c8dd70d50c9606a982a0b.tar.gz
CMake-a45fed81e5fd5d9b280c8dd70d50c9606a982a0b.tar.bz2
cmGeneratorTarget: Move GetCompilePDBPath from cmTarget.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index e89a212..162033c 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -380,12 +380,6 @@ public:
/** Get the name of the pdb file for the target. */
std::string GetPDBName(const std::string& config) const;
- /** Get the name of the compiler pdb file for the target. */
- std::string GetCompilePDBName(const std::string& config="") const;
-
- /** Get the path for the MSVC /Fd option for this target. */
- std::string GetCompilePDBPath(const std::string& config="") const;
-
/** Whether this library has \@rpath and platform supports it. */
bool HasMacOSXRpathInstallNameDir(const std::string& config) const;