diff options
author | Marc Chevrier <marc.chevrier@gmail.com> | 2022-02-10 18:16:18 (GMT) |
---|---|---|
committer | Marc Chevrier <marc.chevrier@gmail.com> | 2022-02-13 14:39:14 (GMT) |
commit | 40178f3c908795a993148553a04be25748942efc (patch) | |
tree | f5fbc0d7f48fb80a450fbf438ef21b8376d69ac3 /Source/cmGlobalXCodeGenerator.h | |
parent | 350c1fd60717fc4bd4a1ec32baefc510d8caa6bd (diff) | |
download | CMake-40178f3c908795a993148553a04be25748942efc.zip CMake-40178f3c908795a993148553a04be25748942efc.tar.gz CMake-40178f3c908795a993148553a04be25748942efc.tar.bz2 |
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmGlobalXCodeGenerator.h b/Source/cmGlobalXCodeGenerator.h index ff6ffe8..98cebef 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, |