Interface PrebuiltSharedLibraryBinary

All Superinterfaces:
Binary, NativeBinary, NativeLibraryBinary, SharedLibraryBinary

@Incubating @Deprecated public interface PrebuiltSharedLibraryBinary extends SharedLibraryBinary
Deprecated.
The Gradle software model is deprecated and will be removed in Gradle 10. Use the new component model (e.g. cpp-application, cpp-library, swift-application, swift-library, xctest) instead.
A shared library that exists at a known location on the filesystem.
  • Method Details

    • setSharedLibraryFile

      void setSharedLibraryFile(File sharedLibraryFile)
      Deprecated.
      The shared library file.
    • setSharedLibraryLinkFile

      void setSharedLibraryLinkFile(File sharedLibraryLinkFile)
      Deprecated.
      The shared library link file.