Find SVMTorch II package. More...
#include "FindPackageHandleStandardArgs.cmake"
Go to the source code of this file.
Variables | |
cmake | _SVMTorch_COMPONENTS |
cmake | SVMTorch_DIR |
cmake | SVMTorch_FIND_COMPONENTS |
cmake | SVMTorch_FIND_OPTIONAL_COMPONENTS |
Find SVMTorch II package.
SVMTorch_DIR | The SVMTorch package files are searched primarily under the specified root directory. This variable can be alternatively set as environment variable. |
SVMTorch_FIND_COMPONENTS | COMPONENTS of SVMTorch to look for: train , test , lib . (default: train , test ) |
SVMTorch_FIND_OPTIONAL_COMPONENTS | OPTIONAL_COMPONENTS of SVMTorch to look for: train , test , lib . (default: lib ) |
SVMTorch_FOUND | Whether the package was found and the following CMake variables are valid. |
SVMTorch_INCLUDE_DIR | The directory containing the include files. |
SVMTorch_LIBRARY | Found object files (.o). |
SVMTorch_train_EXECUTABLE | Absolute path of found SVMTorch executable. |
SVMTorch_test_EXECUTABLE | Absolute path of found SVMTest executable. |
svmtorch.SVMTorch | Import target of SVMTorch executable. |
svmtorch.SVMTest | Import target of SVMTest executable. |
Definition in file FindSVMTorch.cmake.
cmake _SVMTorch_COMPONENTS |
Definition at line 83 of file FindSVMTorch.cmake.
cmake SVMTorch_DIR |
Definition at line 58 of file FindSVMTorch.cmake.
cmake SVMTorch_FIND_COMPONENTS |
Definition at line 79 of file FindSVMTorch.cmake.
cmake SVMTorch_FIND_OPTIONAL_COMPONENTS |
Definition at line 80 of file FindSVMTorch.cmake.