diff options
Diffstat (limited to 'core/math/SCsub')
-rw-r--r-- | core/math/SCsub | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/core/math/SCsub b/core/math/SCsub new file mode 100644 index 0000000000..c6ba1fa537 --- /dev/null +++ b/core/math/SCsub @@ -0,0 +1,7 @@ +Import('env') + +env.add_source_files(env.core_sources,"*.cpp") + +Export('env') + + |