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