diff options
Diffstat (limited to 'SConscript')
-rw-r--r-- | SConscript | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ # Don't call this file explicitly, it is called implicitly by the build rules. Import('env') +Export('env') + +env.SConscript('ld_scripts/SConscript') env.Append( LIB_SOURCES = Glob('*.cpp') + Glob('*/*.cpp'), |