BASIS  r3148
BASISUse.cmake File Reference

CMake package configuration use file. More...

#include "${${NS}EXPORTS_FILE}"
#include "${${NS}CUSTOM_EXPORTS_FILE}"
#include "${${NS}${M}_USE_FILE}.cmake"
+ Include dependency graph for BASISUse.cmake:

Go to the source code of this file.

Variables

cmake NS

Detailed Description

CMake package configuration use file.

Note:
The BASISUse.cmake file is automatically generated by BASIS from the template file ConfigUse.cmake.in which is part of the BASIS package.

In the default package use file of BASIS, which can be included here using the @BASIS_USE@ variable, the prefix used by the package configuration file is defined as NS variable. Thus, to use any variable set by the corresponding package configuration file, use code similar to:

 include_directories (${${NS}INCLUDE_DIRS})

See the ConfigUse.cmake.in file of BASIS for details.

Note:
The CMake code which is substituted for the @BASIS_USE@ variable contains an include guard.

Copyright (c) 2012 University of Pennsylvania. All rights reserved.
See https://www.cbica.upenn.edu/sbia/software/license.html or COPYING file.

Contact: SBIA Group <sbia-software at uphs.upenn.edu>

Definition in file BASISUse.cmake.


Variable Documentation

cmake NS

Definition at line 31 of file BASISUse.cmake.