summaryrefslogtreecommitdiff
path: root/test cases/frameworks/1 boost/partial_dep/foo.cpp
AgeCommit message (Collapse)Author
2018-04-17Add partial_dependency method to dependenciesDylan Baker
This adds a new method, partial_dependency to all dependencies. These sub dependencies are copies of the original dependency, but with one or more of the attributes replaced with an empty list. This allows creating a sub dependency that has only cflags or drops link_arguments, for example.