Interface NativeLibrarySpec

    • Method Detail

      • getShared

        NativeLibraryRequirement getShared()
        Converts this library to a native library requirement that uses the shared library variant. This is the default.
      • getStatic

        NativeLibraryRequirement getStatic()
        Converts this library to a native library requirement that uses the static library variant.
      • getApi

        NativeLibraryRequirement getApi()
        Converts this library to a native library requirement that uses the api library linkage.