Skip to content

joprice/sbt-jni

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sbt-jni

Sbt plugin for projects with jni sources.

Usage

import com.github.joprice.Jni
import Jni.Keys._

Jni.settings

// this will be the name that you call `System.loadLibrary` with, prefixed with "lib"
libraryName := "libMyApp"

gccFlags ++= Seq("-lpthread")

// defaults to gcc
nativeCompiler := "g++"

jniClasses := Seq(
  "com.myapp.ClassWithJniCode"
)

About

Sbt plugin for projects with jni sources

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •