diff options
Diffstat (limited to 'base/SConstruct')
-rw-r--r-- | base/SConstruct | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/base/SConstruct b/base/SConstruct new file mode 100644 index 0000000..e9acd54 --- /dev/null +++ b/base/SConstruct @@ -0,0 +1,3 @@ +build_component = 'base'
+SConscript('../build/SConscript.main',
+ exports=['build_component'])
|