<< Supported C/C++ compilers Dynamic link configuremingw >>

cmake


call CMake tool


Syntax


[status, message] = cmake(varargin)

Input argument


varargin

command to send to CMake

Output argument


res

a logical: true if cmake command is successfully

message

a string: message generated by cmake command.

Description


cmake used internally to generate makefile used to build C/C++ code.

cmake used by dlgeneratemake.

See also


dlgeneratemake, dlmake.

History


Version Description
1.0.0 initial version

Author


Allan CORNET

<< Supported C/C++ compilers Dynamic link configuremingw >>