I using scons for a few days and confused a bit. Why there is no built-in tools for building sources recursively starting from given root? Let me explain: I have such source
I use this:
srcdir = './' sources = [s for s in glob2.glob(srcdir + '**/*.cpp') if "/." not in s]