I've got a lots of individual sourceFiles statements like below:

sourceFiles "../common/camera.d"
sourceFiles "../common/cameraModule.d"
...

Can I do something like
sourceFiles "../common/*.d"

DUB did not like the above line.

Looked around the documentation but did not find anything.