73103906d181cb4e508c58cd71a06166b553047e
[senf.git] / Scheduler / SConscript
1 # -*- python -*-
2
3 Import('env')
4 import SENFSCons
5
6 ###########################################################################
7
8 sources, includes = SENFSCons.Glob(env)
9
10 SENFSCons.Lib(env, sources)
11 SENFSCons.Doxygen(env)
12 SENFSCons.InstallIncludeFiles(env, includes)