Modifier and Type | Required Element and Description |
---|---|
String |
value
The name of the library without a file extension (e.g., "hello").
|
Modifier and Type | Optional Element and Description |
---|---|
String[] |
dependsOn
Specifies the name of the libraries this library depends on.
|
boolean |
requireStatic
Specifies if static linking is required.
|
public abstract String value
libhello.so
on Linux, libhello.dylib
on
macOS, and hello.dll
on Windows.public abstract boolean requireStatic
public abstract String[] dependsOn