mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
Merge branch 'backport-cxxmodules-export-file-collisions'
This commit is contained in:
@@ -119,8 +119,10 @@ protected:
|
||||
cmTargetExport* te) override;
|
||||
|
||||
std::string GetCxxModulesDirectory() const override;
|
||||
void GenerateCxxModuleConfigInformation(std::ostream&) const override;
|
||||
bool GenerateImportCxxModuleConfigTargetInclusion(std::string const&);
|
||||
void GenerateCxxModuleConfigInformation(std::string const&,
|
||||
std::ostream&) const override;
|
||||
bool GenerateImportCxxModuleConfigTargetInclusion(std::string const&,
|
||||
std::string const&);
|
||||
|
||||
cmExportSet* GetExportSet() const override
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user