This commit is contained in:
parent
988c1821af
commit
df9436c51d
3 changed files with 67 additions and 31 deletions
|
|
@ -32,6 +32,11 @@ export namespace Crafter {
|
|||
std::string result;
|
||||
bool repack;
|
||||
std::unordered_set<std::string> libs;
|
||||
// Compile flags (typically -I include paths) the dep wants its
|
||||
// consumers to see — sourced from its external dependencies' include
|
||||
// dirs so headers a dep exposes in its public modules are reachable
|
||||
// when a consumer #includes them directly. Propagates transitively.
|
||||
std::unordered_set<std::string> publicCompileFlags;
|
||||
};
|
||||
|
||||
struct Define {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue