summaryrefslogtreecommitdiff
path: root/Source/cmGlobalXCodeGenerator.h
diff options
context:
space:
mode:
authorMarc Chevrier <marc.chevrier@gmail.com>2022-02-10 19:16:18 +0100
committerMarc Chevrier <marc.chevrier@gmail.com>2022-02-13 15:39:14 +0100
commit40178f3c908795a993148553a04be25748942efc (patch)
treef5fbc0d7f48fb80a450fbf438ef21b8376d69ac3 /Source/cmGlobalXCodeGenerator.h
parent350c1fd60717fc4bd4a1ec32baefc510d8caa6bd (diff)
downloadcmake-40178f3c908795a993148553a04be25748942efc.tar.gz
cmGlobalGenerator: Add helper to split framework path
cmComputeLinkInformation and cmGlobalXCodeGenerator now rely on this method to handle framework paths.
Diffstat (limited to 'Source/cmGlobalXCodeGenerator.h')
-rw-r--r--Source/cmGlobalXCodeGenerator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmGlobalXCodeGenerator.h b/Source/cmGlobalXCodeGenerator.h
index ff6ffe8898..98cebeffd0 100644
--- a/Source/cmGlobalXCodeGenerator.h
+++ b/Source/cmGlobalXCodeGenerator.h
@@ -330,6 +330,8 @@ private:
{
}
+ std::string GetLibraryOrFrameworkPath(const std::string& path) const;
+
std::string GetObjectsDirectory(const std::string& projName,
const std::string& configName,
const cmGeneratorTarget* t,