cmTargetPropertyComputer: Move whitelist check from cmTarget

This commit is contained in:
Stephen Kelly
2016-10-13 00:18:24 +02:00
parent fbf1721c94
commit 05251e6d80
3 changed files with 37 additions and 35 deletions

View File

@@ -23,6 +23,8 @@ public:
static std::map<std::string, std::string> ComputeFileLocations(
cmTarget const* tgt);
static bool WhiteListedInterfaceProperty(const std::string& prop);
private:
static bool HandleLocationPropertyPolicy(std::string const& tgtName,
cmMessenger* messenger,
@@ -35,9 +37,8 @@ private:
cmMessenger* messenger,
cmListFileBacktrace const& context);
static const char* GetSources(cmTarget const* tgt,
cmMessenger* messenger,
cmListFileBacktrace const& context);
static const char* GetSources(cmTarget const* tgt, cmMessenger* messenger,
cmListFileBacktrace const& context);
};
#endif