asmble/settings.gradle
2018-07-26 17:16:11 -05:00

8 lines
223 B
Groovy

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