Package org.wpilib.nativeutils.platforms
Interface PlatformConfig
- All Superinterfaces:
org.gradle.api.Named
- All Known Implementing Classes:
DefaultPlatformConfig
public interface PlatformConfig
extends org.gradle.api.Named
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gradle.api.Named
org.gradle.api.Named.Namer -
Method Summary
Methods inherited from interface org.gradle.api.Named
getName
-
Method Details
-
getPlatformPath
org.gradle.api.provider.Property<String> getPlatformPath() -
getCppCompiler
CompilerArgsConfig getCppCompiler() -
getLinker
CompilerArgsConfig getLinker() -
getcCompiler
CompilerArgsConfig getcCompiler() -
getAssembler
CompilerArgsConfig getAssembler() -
getObjcppCompiler
CompilerArgsConfig getObjcppCompiler() -
getObjcCompiler
CompilerArgsConfig getObjcCompiler()
-