Package org.gradle.nativeplatform.tasks
package org.gradle.nativeplatform.tasks
Tasks for building native component projects.
-
ClassDescriptionBase task for linking a native binary from object files and libraries.Assembles a static library from object files.Extracts the debug symbols from a binary and stores them in a separate file.Installs an executable with it's dependent libraries so it can be easily executed.Links a binary executable from object files and libraries.Links a binary bundle from object files and imported libraries.Links a binary shared library from object files and imported libraries.A task that combines a set of object files into a single binary.Generates a prefix header file from a list of headers to be precompiled.Strips the debug symbols from a binary