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
History
Version | Description |
---|---|
1.0.0 | initial version |
Author
Allan CORNET