documentation setup
[senf.git] / Scheduler / SConscript
1 # -*- python -*-
2
3 Import('env')
4 import SatSCons
5
6 ###########################################################################
7
8 sources = SatSCons.GlobSources()
9 SatSCons.StandardTargets(env)
10 SatSCons.Lib(env,
11              library = 'Scheduler',
12              sources = sources,
13              LIBS = [ 'Socket', 'Utils' ])
14 SatSCons.Doxygen(env, sources, SatSCons.DoxyGlob())