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)
commit7a460852fa1bc9df22d4c54bac3d57f909488608 (patch)
treef8ddae764be99f8a20e9727563324ab5a9ae56a7 /Source/cmTarget.h
parentd560bfd2739f2594119c49d82485b99bb4fbbe1f (diff)
downloadCMake-7a460852fa1bc9df22d4c54bac3d57f909488608.zip
CMake-7a460852fa1bc9df22d4c54bac3d57f909488608.tar.gz
CMake-7a460852fa1bc9df22d4c54bac3d57f909488608.tar.bz2
cmGeneratorTarget: Move GetAppBundleDirectory from cmTarget.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index c1c518f..4b804da 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -473,10 +473,6 @@ public:
std::string GetCFBundleDirectory(const std::string& config,
bool contentOnly) const;
- /** @return the Mac App directory without the base */
- std::string GetAppBundleDirectory(const std::string& config,
- bool contentOnly) const;
-
std::vector<std::string> GetIncludeDirectories(
const std::string& config,
const std::string& language) const;