summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-08-04 17:19:48 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-08-05 16:20:48 (GMT)
commit6da99de3236fbaeebf6a4fc66f7d68f43a59902f (patch)
tree540f3a13526d66c3c95e6c7f0bd3481ea82917fa /Source/cmTarget.h
parentd6bb319b09d056428468d8894f7d7dd2cb0d963e (diff)
downloadCMake-6da99de3236fbaeebf6a4fc66f7d68f43a59902f.zip
CMake-6da99de3236fbaeebf6a4fc66f7d68f43a59902f.tar.gz
CMake-6da99de3236fbaeebf6a4fc66f7d68f43a59902f.tar.bz2
cmGeneratorTarget: Move GetFrameworkDirectory from cmTarget.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index e22d3af..d0cbc66 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -460,14 +460,6 @@ public:
/** @return whether this target have a well defined output file name. */
bool HaveWellDefinedOutputFiles() const;
- /** @return the Mac framework directory without the base. */
- std::string GetFrameworkDirectory(const std::string& config,
- bool rootDir) const;
-
- /** @return the Mac CFBundle directory without the base */
- std::string GetCFBundleDirectory(const std::string& config,
- bool contentOnly) const;
-
std::vector<std::string> GetIncludeDirectories(
const std::string& config,
const std::string& language) const;