Package org.gradle.tooling.model.cpp
Interface CppSharedLibrary
-
- All Superinterfaces:
CppBinary
@Incubating public interface CppSharedLibrary extends CppBinary
A C++ shared library binary.- Since:
- 4.10
-
-
Method Summary
-
Methods inherited from interface org.gradle.tooling.model.cpp.CppBinary
getBaseName, getCompilationDetails, getLinkageDetails, getName, getVariantName
-
-