Class LinkSharedLibrary

    • Constructor Detail

      • LinkSharedLibrary

        public LinkSharedLibrary()
    • Method Detail

      • getImportLibrary

        @Optional
        @OutputFile
        public RegularFileProperty getImportLibrary()
        Returns the import library produced by this task. Defaults to the directory containing the runtime file and is not defined when no import library will be produced.
        Since:
        4.4
      • getInstallName

        @Optional
        @Input
        public Property<java.lang.String> getInstallName()
        Returns the install name to use by this task. Defaults to no install name specified for the binary produced.
        Since:
        5.1