summaryrefslogtreecommitdiffstats
path: root/Source/cmTargetPropertyComputer.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmTargetPropertyComputer.h')
-rw-r--r--Source/cmTargetPropertyComputer.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/Source/cmTargetPropertyComputer.h b/Source/cmTargetPropertyComputer.h
index b7c1df4..1d2e4ed 100644
--- a/Source/cmTargetPropertyComputer.h
+++ b/Source/cmTargetPropertyComputer.h
@@ -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