mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-02 12:50:55 +00:00
15 lines
164 B
Plaintext
15 lines
164 B
Plaintext
rootProject.name = "pork"
|
|
|
|
includeBuild("buildext")
|
|
|
|
include(
|
|
":common",
|
|
":ast",
|
|
":parser",
|
|
":frontend",
|
|
":evaluator",
|
|
":stdlib",
|
|
":ffi",
|
|
":tool"
|
|
)
|