mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
install(EXPORT): Add ability to point to .xcframework file
Issue: #25262
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user