Find LIBLINEAR package. More...
#include "FindPackageHandleStandardArgs.cmake"
Go to the source code of this file.
Variables | |
cmake | LIBLINEAR_DIR |
cmake | MEX_EXT |
Find LIBLINEAR package.
LIBLINEAR_DIR | The LIBLINEAR package files are searched primarily under the specified root directory. This variable can be alternatively set as environment variable. |
MEX_EXT | The extension of MEX-files. If this variable is not set and the basis_mexext command is available, it is invoked to determine the extension automatically. Otherwise, the MEX extension defaults to "mexa64". |
LIBLINEAR_FOUND | Whether the package was found and the following CMake variables are valid. |
LIBLINEAR_libsvmwrite_MEX | The libsvmwrite MEX-file. |
LIBLINEAR_libsvmread_MEX | The libsvmread MEX-file. |
LIBLINEAR_predict_MEX | The predict MEX-file. |
LIBLINEAR_train_MEX | The train MEX-file. |
LIBLINEAR_MEX_FILES | List of MEX-files (non-cached). |
Definition in file FindLIBLINEAR.cmake.
cmake LIBLINEAR_DIR |
Definition at line 53 of file FindLIBLINEAR.cmake.
cmake MEX_EXT |
Definition at line 77 of file FindLIBLINEAR.cmake.