A sbt plugin to to use JavaCPP from Scala.
-
./project/plugins.sbtaddSbtPlugin(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.sbtenablePlugins(SbtJavaCPP4S)
See also ./example and ./src/sbt-test directories.