cmLocalGenerator: Add GetTargetDefines to get all defines for a target

This commit is contained in:
Tobias Hunger
2016-06-08 13:23:25 +02:00
committed by Brad King
parent 853b1bb4ba
commit f62ed322dc
3 changed files with 20 additions and 11 deletions

View File

@@ -314,6 +314,9 @@ public:
std::string& flags, std::string& linkFlags,
std::string& frameworkPath, std::string& linkPath,
cmGeneratorTarget* target, bool useWatcomQuote);
void GetTargetDefines(cmGeneratorTarget const* target,
std::string const& config, std::string const& lang,
std::set<std::string>& defines) const;
std::string GetFrameworkFlags(std::string const& l,
std::string const& config,