build

Class: clibgen.LibraryDefinition
Package: clibgen

Build library interface

Syntax

build(libDef)

Description

build(libDef) validates and builds a library interface. 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.

Input Arguments

expand all

Library definition, specified as a clibgen.LibraryDefinition object.

Introduced in R2019a