Workspace 6.21.5
|
Creates a PackageItem representing a static library that is to be added to a package. A static library is a .a on Linux and MacOS, and a .lib on Windows. The user is also able to control the permissions of the file in the package.
Inputs: | |||
---|---|---|---|
Include in package | bool | If enabled, include the static library in the package. | |
Source directory | QString | ||
Library base name | QString | ||
Destination directory | QString | ||
Group read permission | bool | ||
World read permission | bool | ||
Outputs: | |||
Package item | CSIRO::Package::PackageItem |