mill.scalanativelib.api.BuildTarget
See theBuildTarget companion trait
object BuildTarget
Attributes
- Companion
- trait
- Source
- ScalaNativeApi.scala
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
BuildTarget.type
Members list
Type members
Classlikes
@Scaladoc(value = "/** Link code as application */")
case object Application extends BuildTarget
Link code as application
Link code as application
Attributes
- Source
- ScalaNativeApi.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait BuildTargetclass Objecttrait Matchableclass AnyShow all
- Self type
-
Application.type
@Scaladoc(value = "/** Link code as shared/dynamic library */")
case object LibraryDynamic extends BuildTarget
Link code as shared/dynamic library
Link code as shared/dynamic library
Attributes
- Source
- ScalaNativeApi.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait BuildTargetclass Objecttrait Matchableclass AnyShow all
- Self type
-
LibraryDynamic.type
@Scaladoc(value = "/** Link code as static library */")
case object LibraryStatic extends BuildTarget
Link code as static library
Link code as static library
Attributes
- Source
- ScalaNativeApi.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait BuildTargetclass Objecttrait Matchableclass AnyShow all
- Self type
-
LibraryStatic.type
Inherited and Abstract types
The names of the product elements
The name of the type
Implicits
Implicits
Attributes
- Source
- ScalaNativeApi.scala
Attributes
- Source
- ScalaNativeApi.scala
Attributes
- Source
- ScalaNativeApi.scala
Attributes
- Source
- ScalaNativeApi.scala
In this article