9c34fd8fed019422d0978c73f54ea48ced509df5
[senf.git] / Utils / Daemon / SConscript
1 # -*- python -*-
2
3 Import('env')
4 import SENFSCons, glob
5
6 ###########################################################################
7
8 sources, tests, includes = SENFSCons.Glob(env)
9
10 env.Append(ALLOBJECTS = env.Object(sources))
11 env.BoostUnitTest('test', tests)
12 SENFSCons.Doxygen(env)
13 env.InstallSubdir('$INCLUDEINSTALLDIR', includes)