mirror of
https://github.com/irmen/prog8.git
synced 2024-11-02 22:04:40 +00:00
11 lines
191 B
Groovy
11 lines
191 B
Groovy
include(
|
|
':parser',
|
|
':compilerInterfaces',
|
|
':compilerAst',
|
|
':codeOptimizers',
|
|
':codeGeneration',
|
|
':compiler',
|
|
':dbusCompilerService',
|
|
':httpCompilerService'
|
|
)
|