Movatterモバイル変換


[0]ホーム

URL:


AssemblerSourceSet

Table of Contents

Properties
Methods
Script blocks
Property details
API Documentation:AssemblerSourceSet

Note: This class isincubating and may change in a future version of Gradle.

A set of assembly language sources.

apply plugin:"assembler"model {    components {        main(NativeLibrarySpec) {            sources {                asm {                    source {                        srcDirs"src/main/i386","src/shared/asm"                        include"**/*.s"                    }                }            }        }    }}

Properties

PropertyDescription
source
Incubating

The source files.

Methods

No methods

Script blocks

No script blocks

Property details

SourceDirectorySetsource (read-only)

Note: This property isincubating and may change in a future version of Gradle.

The source files.


[8]ページ先頭

©2009-2025 Movatter.jp