This repository has been archived on 2022-10-10. You can view files and clone it, but cannot push or open issues or pull requests.
Triangle-Tools/settings.gradle
2022-05-12 20:31:34 +01:00

8 lines
196 B
Groovy

rootProject.name = 'Triangle-Tools'
include 'Triangle.Compiler'
include 'Triangle.AbstractMachine'
include 'Triangle.AbstractMachine.Disassembler'
include 'Triangle.AbstractMachine.Interpreter'