A sbt plugin to to use JavaCPP from Scala.
-
./project/plugins.sbt
addSbtPlugin(com.github.y-yu" % "sbt-javacpp4s" % "0.1.4")
- if you want to use a SNAPSHOT version, you write following.
addSbtPlugin(com.github.y-yu" % "sbt-javacpp4s" % "0.1.5-SNAPSHOT")
- if you want to use a SNAPSHOT version, you write following.
-
build.sbt
enablePlugins(SbtJavaCPP4S)
See also ./example
and ./src/sbt-test
directories.