mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-30 02:59:22 -05:00
cmGeneratorTarget: Move ReportPropertyOrigin from cmTarget.
This commit is contained in:
@@ -199,6 +199,11 @@ public:
|
||||
std::vector<cmSourceFile const*> XamlSources;
|
||||
};
|
||||
|
||||
void ReportPropertyOrigin(const std::string &p,
|
||||
const std::string &result,
|
||||
const std::string &report,
|
||||
const std::string &compatibilityType) const;
|
||||
|
||||
private:
|
||||
friend class cmTargetTraceDependencies;
|
||||
struct SourceEntry { std::vector<cmSourceFile*> Depends; };
|
||||
@@ -212,6 +217,8 @@ private:
|
||||
mutable bool SourceFileFlagsConstructed;
|
||||
mutable std::map<cmSourceFile const*, SourceFileFlags> SourceFlagsMap;
|
||||
|
||||
mutable std::map<std::string, bool> DebugCompatiblePropertiesDone;
|
||||
|
||||
struct CompatibleInterfacesBase
|
||||
{
|
||||
std::set<std::string> PropsBool;
|
||||
|
||||
Reference in New Issue
Block a user