Interface CppLibrary

    • Method Detail

      • getPublicHeaders

        ConfigurableFileCollection getPublicHeaders()
        Defines the public header file directories of this library.

        When this collection is empty, the directory src/main/public is used by default.

      • getPublicHeaderFiles

        FileTree getPublicHeaderFiles()
        Returns public header files of this component.
        Since:
        4.3
      • getApiDependencies

        Configuration getApiDependencies()
        Returns the API dependencies of this library.
      • getLinkage

        SetProperty<Linkage> getLinkage()
        Returns the list of linkage of this library.
        Since:
        4.5