mirror of
https://github.com/ij-plugins/ijp-imagej-launcher.git
synced 2024-11-13 16:29:01 -08:00
First version that can launch Fiji natively on Windows and Mac
This commit is contained in:
parent
d694d564fd
commit
ab28e2daf7
5 changed files with 221 additions and 7 deletions
|
|
@ -6,14 +6,14 @@ enablePlugins(ScalaNativePlugin)
|
|||
logLevel := Level.Info
|
||||
|
||||
libraryDependencies ++= Seq(
|
||||
"com.github.scopt" %%% "scopt" % "4.1.0"
|
||||
"com.github.scopt" %%% "scopt" % "4.1.0",
|
||||
"com.lihaoyi" %%% "os-lib" % "0.9.1"
|
||||
)
|
||||
|
||||
Compile/run/mainClass := Some("ij_plugins.imagej_launcher.Main")
|
||||
Compile / run / mainClass := Some("ij_plugins.imagej_launcher.Main")
|
||||
|
||||
// import to add Scala Native options
|
||||
import scala.scalanative.build._
|
||||
|
||||
import scala.scalanative.build.*
|
||||
|
||||
// defaults set with common options shown
|
||||
nativeConfig ~= { c =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue