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