Trick-17 / clang-build

Clang-based cross platform build system written in Python
https://clang-build.readthedocs.io
MIT License
8 stars 3 forks source link

Make inheritance rules consistent #100

Closed GPMueller closed 4 years ago

GPMueller commented 4 years ago

Forwarding is described in the documentation. Currently, private include directories are made public for headeronly targets, but private flags stay private and are therefore never used.

This issue is related to issue #77.


The complete set of inheritance rules should be: