Groovy Documentation

org.gradle.nativecode.base
[Java] Interface DependentSourceSet


public interface DependentSourceSet

A source set that depends on one or more NativeDependencySets to be built.


Method Summary
void dependency(Map dep)

Add a dependency to this source set.

Collection getLibs()

The libraries that this source set requires.

void lib(Object library)

Adds a library that this source set requires.

 

Method Detail

dependency

public void dependency(Map dep)
Add a dependency to this source set.


getLibs

public Collection getLibs()
The libraries that this source set requires.


lib

public void lib(Object library)
Adds a library that this source set requires. This method accepts the following types:


 

Gradle API 1.8