If you are using Apple GCC (or Clang), you can use the following approach (which is an extension):
parameter suffix requires /**
-IMON_DIRECTORY/**
Now you can find everything under MON_DIRECTORY/ .
Obviously, this can damage the build time, and this can lead to the inclusion of the wrong file when the files have the same name. So ... use it sparingly!
source share