[status, message] = cmake(varargin)
| Parameter | Description |
|---|---|
| varargin | command to send to CMake |
| Parameter | Description |
|---|---|
| res | a logical: true if cmake command is successfully |
| message | a string: message generated by cmake command. |
cmake used internally to generate makefile used to build C/C++ code.
cmake used by dlgeneratemake.
| Version | Description |
|---|---|
| 1.0.0 | initial version |