Variables
FindLIBLINEAR.cmake File Reference

Find LIBLINEAR package. More...

#include "FindPackageHandleStandardArgs.cmake"
+ Include dependency graph for FindLIBLINEAR.cmake:

Go to the source code of this file.

Variables

cmake LIBLINEAR_DIR
 
cmake MEX_EXT
 

Detailed Description

Find LIBLINEAR package.

Input varibales:
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".
Output variables:
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.

Variable Documentation

§ LIBLINEAR_DIR

cmake LIBLINEAR_DIR

Definition at line 53 of file FindLIBLINEAR.cmake.

§ MEX_EXT

cmake MEX_EXT

Definition at line 77 of file FindLIBLINEAR.cmake.