aboutsummaryrefslogtreecommitdiff
path: root/flow-main/build.sbt
blob: a852935d37732899a9f77687c3d4ddb6f8696deb (plain) (blame)
1
2
3
4
5
6
7
8
9
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"