FindMatlab: Fix documentation

This commit is contained in:
Jamie Snape 2016-09-22 09:03:56 -04:00 committed by Brad King
parent 6757e66089
commit aaf4014c28
1 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@
# * ``MX_LIBRARY``, ``ENG_LIBRARY`` and ``MAT_LIBRARY``: respectively the MX, # * ``MX_LIBRARY``, ``ENG_LIBRARY`` and ``MAT_LIBRARY``: respectively the MX,
# ENG and MAT libraries of Matlab # ENG and MAT libraries of Matlab
# * ``MAIN_PROGRAM`` the Matlab binary program. # * ``MAIN_PROGRAM`` the Matlab binary program.
# * ``MEX_COMPILER`` the MEX compiler.
# #
# .. note:: # .. note::
# #
@ -835,7 +836,7 @@ endfunction()
# ``NAME`` # ``NAME``
# name of the target. # name of the target.
# ``SRC`` # ``SRC``
# list of tje source files. # list of source files.
# ``LINK_TO`` # ``LINK_TO``
# a list of additional link dependencies. The target links to ``libmex`` # a list of additional link dependencies. The target links to ``libmex``
# by default. If ``Matlab_MX_LIBRARY`` is defined, it also # by default. If ``Matlab_MX_LIBRARY`` is defined, it also