Matlab mex cmake我要分享

Matlab mex cmake

matlab

关注次数: 251

下载次数: 0

文件大小: 4.92 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:而不是在 Matlab 中的命令行中编译 MEX,另一种方法是使用 CMake 工具。使用 CMake 可以便于建筑物大型 MEX 项目或建筑 MEX 同大量的外部依赖项。


English Description:

Instead of compiling MEX in command line within Matlab, an alternative way is to use CMake tools.Using CMake could be advantageous for building large MEX project or building MEX with lots of external dependencies.


代码预览