Assembler Source Set
A set of assembly language sources.
plugins {
id 'assembler'
}
model {
components {
main(NativeLibrarySpec) {
sources {
asm {
source {
srcDirs "src/main/i386", "src/shared/asm"
include "**/*.s"
}
}
}
}
}
}
Content copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Returns a dependency which contains the tasks which build this artifact.
Link copied to clipboard
Returns the task responsible for building this component.
Link copied to clipboard
Returns a human-consumable display name for this element.
Link copied to clipboard
Link copied to clipboard
The path to the project containing this component.
Link copied to clipboard
The source files.
Link copied to clipboard
Link copied to clipboard
Specifies the task responsible for building this component.