mirror of
https://github.com/ij-plugins/ijp-imagej-launcher.git
synced 2024-11-13 16:29:01 -08:00
Determine total system memory
This commit is contained in:
parent
ab28e2daf7
commit
4d793fcc27
8 changed files with 130 additions and 127 deletions
|
|
@ -13,7 +13,7 @@ libraryDependencies ++= Seq(
|
|||
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