Class CppCompile

All Implemented Interfaces:
Comparable<Task>, org.gradle.api.internal.DynamicObjectAware, org.gradle.api.internal.TaskInternal, Named, ExtensionAware, Task, Configurable<Task>

@CacheableTask public abstract class CppCompile extends AbstractNativeSourceCompileTask
Compiles C++ source files into object files.
  • Constructor Details

    • CppCompile

      public CppCompile()
  • Method Details