target_include_directories: Support AFTER option

Fixes: #20134
This commit is contained in:
Asit Dhal
2020-12-19 13:44:35 +01:00
parent d231f429f1
commit b68699b717
9 changed files with 76 additions and 5 deletions

View File

@@ -23,8 +23,9 @@ public:
{
NO_FLAGS = 0x0,
PROCESS_BEFORE = 0x1,
PROCESS_SYSTEM = 0x2,
PROCESS_REUSE_FROM = 0x3
PROCESS_AFTER = 0x2,
PROCESS_SYSTEM = 0x3,
PROCESS_REUSE_FROM = 0x4
};
bool HandleArguments(std::vector<std::string> const& args,