aboutsummaryrefslogtreecommitdiff
path: root/flow-main/build.sbt
blob: 0206b4049c9de64ba1a01f5e7b417064983ac322 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import flow.{FlowBuild, Dependencies}

FlowBuild.commonSettings

libraryDependencies += Dependencies.akkaActor

//there are also java sources in this project
compileOrder in Compile := CompileOrder.Mixed

name := "flow"

enablePlugins(JniLoading)

target in javah in Compile := (baseDirectory in ThisBuild).value / "flow-native" / "src" / "src"