aboutsummaryrefslogtreecommitdiff
path: root/flow-main/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'flow-main/build.sbt')
-rw-r--r--flow-main/build.sbt10
1 files changed, 10 insertions, 0 deletions
diff --git a/flow-main/build.sbt b/flow-main/build.sbt
new file mode 100644
index 0000000..a852935
--- /dev/null
+++ b/flow-main/build.sbt
@@ -0,0 +1,10 @@
+enablePlugins(JniJvm)
+
+//there are also java sources in this project
+compileOrder in Compile := CompileOrder.Mixed
+
+libraryDependencies += "com.typesafe.akka" %% "akka-actor" % "2.4.1"
+
+target in (Compile, javah) := (baseDirectory in ThisBuild).value / "flow-native" / "src" / "src"
+
+name := "flow"