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

Recursive vs non-recursive file globbing #121

Open NOhs opened 3 years ago

NOhs commented 3 years ago

Currently include folders specified in the toml are searched through recursively for header files. But the default include folder is not.

However, for source files this behaviour is different where even the default src folder is searched through recursively.

I propose that we also search for headers recursively in the default include folder.

GPMueller commented 3 years ago

Agreed.