Class NativeExecutableFileSpec
java.lang.Object
org.gradle.nativeplatform.NativeExecutableFileSpec
Deprecated.
Specifies how to build and where to place a native executable file.
TODO:HH resolve naming conflict with existing NativeExecutableSpec
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFile()Deprecated.Deprecated.The Tool Chain that produces the native executable.voidDeprecated.voidsetToolChain(NativeToolChain toolChain) Deprecated.Sets the Tool Chain that produces the native executable.
-
Constructor Details
-
NativeExecutableFileSpec
public NativeExecutableFileSpec()Deprecated.
-
-
Method Details
-
getFile
Deprecated. -
setFile
Deprecated. -
getToolChain
Deprecated.The Tool Chain that produces the native executable.- Since:
- 4.7
-
setToolChain
Deprecated.Sets the Tool Chain that produces the native executable.- Since:
- 4.7
-
cpp-application,cpp-library,swift-application,swift-library,xctest) instead.