Interface DependentSourceSet

    • Method Detail

      • getLibs

        java.util.Collection<?> getLibs()
        The libraries that this source set requires.
      • lib

        void lib​(java.lang.Object library)
        Adds a library that this source set requires. This method accepts the following types: The Map notation supports the following String attributes:
        • project: the path to the project containing the library (optional, defaults to current project)
        • library: the name of the library (required)
        • linkage: the library linkage required ['shared'/'static'] (optional, defaults to 'shared')
      • setPreCompiledHeader

        void setPreCompiledHeader​(java.lang.String header)
        Sets the pre-compiled header to be used when compiling sources in this source set.
        Parameters:
        header - the header to precompile
      • getPreCompiledHeader

        java.lang.String getPreCompiledHeader()
        Returns the pre-compiled header configured for this source set.
        Returns:
        the pre-compiled header