Contents

pkgConfig

The name of the package configuration file, without extension, for the system library target.

Declaration

final let pkgConfig: String?

Discussion

If present, the Swift Package Manager tries every package configuration name separated by a space to search for the <name>.pc file to get the additional flags needed for the system library target.

See Also

Creating a System Library Target