Interface CppExecutable

All Superinterfaces:
CppBinary, Named, SoftwareComponent

@Incubating public interface CppExecutable extends CppBinary
An executable built from C++ source.
Since:
4.2
  • Method Details

    • getExecutableFile

      Provider<RegularFile> getExecutableFile()
      Returns the executable file for this binary.
      Since:
      4.4
    • getInstallDirectory

      Provider<Directory> getInstallDirectory()
      Returns the installation directory for this binary.
      Since:
      4.4