asmble/settings.gradle
2018-11-09 10:30:38 +04: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'