Package org.gradle.language.cpp


package org.gradle.language.cpp
Model classes for building from C++ language sources.
  • Interfaces
    Class
    Description
    Configuration for a C++ application, defining the source files that make up the application plus other settings.
    A binary built from C++ source and linked from the resulting object files.
    Configuration for a C++ component, such as a library or executable, defining the source files and private header directories that make up the component.
    An executable built from C++ source.
    Configuration for a C++ library, defining the source files and header directories that make up the library plus other settings.
    A shared library built from C++ source.
    A set of C++ source files.