Package dev.nokee.companion
Class CppBinaryObjects
java.lang.Object
dev.nokee.companion.CppBinaryObjects
Represents the shadow property for
ComponentWithObjectFiles.getObjects().-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ShadowProperty<org.gradle.api.file.FileCollection>objectsOf(org.gradle.language.nativeplatform.ComponentWithObjectFiles binary) Returns the shadow property ofComponentWithObjectFiles.getObjects().
-
Constructor Details
-
CppBinaryObjects
public CppBinaryObjects()
-
-
Method Details
-
objectsOf
public static ShadowProperty<org.gradle.api.file.FileCollection> objectsOf(org.gradle.language.nativeplatform.ComponentWithObjectFiles binary) Returns the shadow property ofComponentWithObjectFiles.getObjects().- Parameters:
binary- the binary with the objects- Returns:
- the property
-