Interface CppLibraryBuildModel

All Superinterfaces:
org.gradle.features.binding.BuildModel
All Known Implementing Classes:
DefaultCppLibraryBuildModel

public interface CppLibraryBuildModel extends org.gradle.features.binding.BuildModel
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.gradle.features.binding.BuildModel

    org.gradle.features.binding.BuildModel.None
  • Method Summary

    Modifier and Type
    Method
    Description
    org.gradle.language.cpp.CppLibrary
     
  • Method Details

    • getCppLibrary

      org.gradle.language.cpp.CppLibrary getCppLibrary()