install(EXPORT): Add ability to point to .xcframework file

Issue: #25262
This commit is contained in:
Kyle Edwards
2023-09-21 14:04:54 -04:00
parent a90968e044
commit 256bb0cc40
30 changed files with 338 additions and 43 deletions

View File

@@ -33,6 +33,9 @@ public:
void AddInstallation(cmInstallExportGenerator const* installation);
void SetXcFrameworkLocation(const std::string& name,
const std::string& location);
std::string const& GetName() const { return this->Name; }
std::vector<std::unique_ptr<cmTargetExport>> const& GetTargetExports() const