| API Documentation: | AssemblerSourceSet |
|---|
Note: This class is incubating and may change in a future version of Gradle.
A set of assembly language sources.
apply plugin: "assembler" executables{ main{} } sources { main { // configure the AssemblerSourceSet of the main component asm { source { srcDirs "src/main/i386", "src/shared/asm" include "**/*.s" } } } }
| Property | Description |
source | Incubating The source files. |
| Method | Description |
source(config) | Incubating Configure the sources |
SourceDirectorySet source (read-only)
Note: This property is incubating and may change in a future version of Gradle.
The source files.
void source(Action<? super SourceDirectorySet> config)
Action<? super SourceDirectorySet>Note: This method is incubating and may change in a future version of Gradle.
Configure the sources