mirror of
https://github.com/reactos/CMake.git
synced 2025-02-14 16:38:42 +00:00
![Raffi Enficiaud](/assets/img/avatar_default.png)
Implement a brand new FindMatlab module: - Add support for versions and components. - Find Matlab and its version in a more precise and multiplatform way. - Add API to create a new mex extension with documentation. - Add API to add matlab unit tests (with or without the unit test framework). - Find as much as possible based on a single Matlab_ROOT_DIR cache entry and allow the user to change it to re-find everything.
4 lines
72 B
CMake
4 lines
72 B
CMake
|
|
cmake_minimum_required(VERSION 2.8.12)
|
|
include(${RunCMake_TEST}.cmake)
|