mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
cmTargetPropertyComputer: Move whitelist check from cmTarget
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user