summaryrefslogtreecommitdiff
path: root/src/SConscript
blob: 8da5a3d8583c79ba749662585564a011e598ccab (plain)
1
2
3
4
5
6
7
8
#!/bin/false

Import('env')

# Export to other libs
Export('env');
SConscript('core/SConscript');
SConscript('async/SConscript');