Variables
FindNiftiCLib.cmake File Reference

Find nifticlib package. More...

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

Go to the source code of this file.

Variables

cmake CMAKE_FIND_LIBRARY_SUFFIXES
 
cmake NiftiCLib_DIR
 
cmake NiftiCLib_FOUND
 
cmake NiftiCLib_INCLUDE_DIRS
 
cmake NiftiCLib_INCLUDES
 
cmake NiftiCLib_LIB
 
cmake NiftiCLib_LIBRARIES
 
cmake NiftiCLib_ORIG_CMAKE_FIND_LIBRARY_SUFFIXES
 

Detailed Description

Find nifticlib package.

Input variables:
NiftiCLib_DIR The nifticlib package files are searched under the specified root directory. If they are not found there, the default search paths are considered. This variable can also be set as environment variable.
NIFTICLIB_DIR Alternative environment variable for NiftiCLib_DIR.
NiftiCLib_USE_STATIC_LIB Forces this module to search for the static library. Otherwise, the shared library is preferred.
Output variables:
NiftiCLib_FOUND Whether the nifticlib package was found and the following CMake variables are valid.
NiftiCLib_INCLUDE_DIR Cached include directory/ies.
NiftiCLib_INCLUDE_DIRS Alias for NiftiCLib_INCLUDE_DIR (not cached).
NiftiCLib_INCLUDES Alias for NiftiCLib_INCLUDE_DIR (not cached).
NiftiCLib_LIBRARY Path of niftiio library.
NiftiCLib_LIB Alias for NiftiCLib_LIBRARY (not cached).
NiftiCLib_LIBRARIES Path of niftiio library and prerequisite libraries.
Imported targets:
niftiio The library target of the nifticlib library.

Definition in file FindNiftiCLib.cmake.

Variable Documentation

§ CMAKE_FIND_LIBRARY_SUFFIXES

cmake CMAKE_FIND_LIBRARY_SUFFIXES

Definition at line 96 of file FindNiftiCLib.cmake.

§ NiftiCLib_DIR

cmake NiftiCLib_DIR

Definition at line 68 of file FindNiftiCLib.cmake.

§ NiftiCLib_FOUND

cmake NiftiCLib_FOUND

Definition at line 247 of file FindNiftiCLib.cmake.

§ NiftiCLib_INCLUDE_DIRS

cmake NiftiCLib_INCLUDE_DIRS

Definition at line 219 of file FindNiftiCLib.cmake.

§ NiftiCLib_INCLUDES

cmake NiftiCLib_INCLUDES

Definition at line 223 of file FindNiftiCLib.cmake.

§ NiftiCLib_LIB

cmake NiftiCLib_LIB

Definition at line 227 of file FindNiftiCLib.cmake.

§ NiftiCLib_LIBRARIES

cmake NiftiCLib_LIBRARIES

Definition at line 174 of file FindNiftiCLib.cmake.

§ NiftiCLib_ORIG_CMAKE_FIND_LIBRARY_SUFFIXES

cmake NiftiCLib_ORIG_CMAKE_FIND_LIBRARY_SUFFIXES

Definition at line 92 of file FindNiftiCLib.cmake.