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