diff options
Diffstat (limited to 'SConscript')
-rw-r--r-- | SConscript | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/SConscript b/SConscript new file mode 100644 index 0000000..5d706af --- /dev/null +++ b/SConscript @@ -0,0 +1,7 @@ +# Don't call this file explicitly, it is called implicitly by the build rules. + +Import('env') + +env.Append( + LIB_SOURCES = Glob('*.cpp') + Glob('*/*.cpp'), +) |