Skip to content
Snippets Groups Projects
SConstruct 78 B
Newer Older



env=Environment()
Export('env')
lib=SConscript("SConscript")
Return('lib')