Newer
Older
dw6
committed
# -*- python -*-
Import('env')
import SENFSCons, glob
###########################################################################
dw6
committed
sources, tests, includes = SENFSCons.Glob(env)
dw6
committed
env.Append(ALLOBJECTS = env.Object(sources))
env.BoostUnitTest('test', tests)
env.InstallSubdir('$INCLUDEINSTALLDIR', includes)