aboutsummaryrefslogtreecommitdiff
path: root/flow-core/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'flow-core/build.sbt')
-rw-r--r--flow-core/build.sbt12
1 files changed, 12 insertions, 0 deletions
diff --git a/flow-core/build.sbt b/flow-core/build.sbt
new file mode 100644
index 0000000..445b7cc
--- /dev/null
+++ b/flow-core/build.sbt
@@ -0,0 +1,12 @@
+import flow.{FlowBuild, Dependencies}
+
+FlowBuild.commonSettings
+
+libraryDependencies += Dependencies.akkaActor
+
+//there are also java sources in this project
+compileOrder in Compile := CompileOrder.Mixed
+
+enablePlugins(JniLoading)
+
+target in javah in Compile := (baseDirectory in ThisBuild).value / "flow-native" / "src" / "src"