You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we automatically add "thirdparty" as include directory. I believe it would be better to, in each project (i.e. recursively), automatically scan the following folder names for subproject folders:
One question: would we want to allow the main clang-build.toml to deactivate this and configure all targets in one file or force config files to be present in the thirdparty folders?
The text was updated successfully, but these errors were encountered:
Currently, we automatically add
"thirdparty"
as include directory. I believe it would be better to, in each project (i.e. recursively), automatically scan the following folder names for subproject folders:See also pitchfork/external
One question: would we want to allow the main
clang-build.toml
to deactivate this and configure all targets in one file or force config files to be present in the thirdparty folders?The text was updated successfully, but these errors were encountered: