Add Target API to determine if an include is a system include.

The implementation can be modified later so that system includes
can be determined on a per-target basis.
This commit is contained in:
Stephen Kelly
2013-07-01 22:28:26 +02:00
parent 2679a34a94
commit f1fcbe3fde
8 changed files with 20 additions and 7 deletions
+1
View File
@@ -152,6 +152,7 @@ public:
virtual void AppendFlagEscape(std::string& flags, const char* rawFlag);
///! Get the include flags for the current makefile and language
std::string GetIncludeFlags(const std::vector<std::string> &includes,
cmGeneratorTarget* target,
const char* lang, bool forResponseFile = false,
const char *config = 0);