mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
cmLocalGenerator: Add ComputeObjectFilenames interface.
Implement it in the local generators and use it in the global generators.
This commit is contained in:
@@ -32,6 +32,9 @@ public:
|
||||
const std::string& rawFlag);
|
||||
virtual void Generate();
|
||||
virtual void GenerateInstallRules();
|
||||
virtual void ComputeObjectFilenames(
|
||||
std::map<cmSourceFile const*, std::string>& mapping,
|
||||
cmGeneratorTarget const* gt = 0);
|
||||
private:
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user