Package Types
TIP
These package types can be changed in the final edition.
| Type | Value | Description |
|---|---|---|
| Executable | "exe" | Produces an executable, must define Main() |
| Shared Library | "shared" | Produces a shared (dynamic) library *.dll, *.so |
| Static Library | "static" | Produces a static library *.lib |
| Source Library | "source" | Contains source code and can be included as a dependency |