build
R2026bClass: clibgen.LibraryDefinition
Namespace: clibgen
(Not recommended) Build library interface
clibgen.LibraryDefinition.build is not recommended. To build a
MATLAB® interface to a C/C++ library, create a clibgen.api.InterfaceConfiguration object. For more information on
updating your code, see Version History.
Syntax
build(libDef)
Description
build( validates and builds an
interface from the library definition file created with the
libDef)clibgen.generateLibraryDefinition function.
If successful, the method prints an output to the Command Window. The output contains
information about the interface file that is generated and any functions dropped because
of validation failure. The function also displays the build log if the
Verbose name-value argument in
clibgen.generateLibraryDefinition is
true.