Newer
Older
# -*- python -*-
Import('env')
import SENFSCons, glob
###########################################################################
SENFSCons.AllIncludesHH(env, exclude=['Logger.hh','SenfLog.hh'])
g0dil
committed
sources, tests, includes = SENFSCons.Glob(env)
env.Append(ALLOBJECTS = env.Object(sources))
env.BoostUnitTest('test', tests)
env.InstallSubdir('$INCLUDEINSTALLDIR', includes)