asmble/settings.gradle
2017-12-15 14:43:21 -06:00

8 lines
223 B
Groovy

rootProject.name = 'asmble'
include 'annotations',
'compiler',
'emscripten-runtime',
'examples:c-simple',
'examples:rust-regex',
'examples:rust-simple',
'examples:rust-string'