# -*- python -*- Import('env') import SENFSCons ########################################################################### sources = SENFSCons.GlobSources() SENFSCons.StandardTargets(env) SENFSCons.Lib(env, library = 'Scheduler', sources = sources, LIBS = [ 'Logger', 'Scheduler', 'Console', 'Utils' ]) SENFSCons.Doxygen(env)