mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 06:40:16 -05:00
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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user