summaryrefslogtreecommitdiff
path: root/project/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'project/build.sbt')
-rw-r--r--project/build.sbt2
1 files changed, 2 insertions, 0 deletions
diff --git a/project/build.sbt b/project/build.sbt
new file mode 100644
index 0000000000..a604896ded
--- /dev/null
+++ b/project/build.sbt
@@ -0,0 +1,2 @@
+// Add genprod to the build; It should be moved from `src/build` to `project` now that the Ant build is gone
+sources in Compile += ((baseDirectory).value.getParentFile / "src" / "build" / "genprod.scala")