Using glob paths in package manifests?

I'm using the Swift Package Manager to build a C target which is sprawling with include directories. I've tried using .headerSearchPath("**/include") in the target's cSettings but it doesn't seem to work.

Is there a way to do this? If not, is this something we could add?

2 Likes