BASIS  r3148
ConfigSettings.cmake File Reference

Sets variables used in CMake package configuration. More...

Go to the source code of this file.

Variables

cmake BASH_UTILITIES_LIBRARY_CONFIG
 Name of BASIS utilities library for Bash.
cmake CONTACT_CONFIG
 Default contact used if none specified by BASIS-based project.
cmake COPYRIGHT_CONFIG
 Default copyright used if none specified by BASIS-based project.
cmake CXX_UTILITIES_LIBRARY_CONFIG
 Name of BASIS utilities library for C++.
cmake JYTHON_UTILITIES_LIBRARY_CONFIG
 Name of BASIS utilities library for Jython.
cmake MATLAB_UTILITIES_LIBRARY_CONFIG
 Name of BASIS utilities library for MATLAB.
cmake MODULE_PATH_CONFIG
 Directory of BASIS CMake modules.
cmake PACKAGE_VENDOR_CONFIG
 Default package vendor used if none specified by BASIS-based project.
cmake PERL_UTILITIES_LIBRARY_CONFIG
 Name of BASIS utilities library for Perl.
cmake PYTHON_UTILITIES_LIBRARY_CONFIG
 Name of BASIS utilities library for Python.
cmake SPHINX_EXTENSIONS_PATH_CONFIG
cmake SPHINX_HTML_THEME_PATH_CONFIG
cmake TEMPLATE_DIR_CONFIG
 Dirctory of project template.
cmake TEST_LIBRARY_CONFIG
 Name of C++ unit testing library.
cmake TEST_MAIN_LIBRARY_CONFIG
 Name of C++ unit testing library with definition of main() function.
cmake UTILITIES_ENABLED
 List of enabled BASIS utilities.

Detailed Description

Sets variables used in CMake package configuration.

It is suggested to use _CONFIG as suffix for variable names that are to be substituted in the Config.cmake.in template file in order to distinguish these variables from the build configuration.

Note:
The default BasisConfigSettings.cmake file which is part of the BASIS installation is included prior to this file. Hence, the variables are valid even if a custom project-specific configuration is used and default values can further be overwritten in this file.

Copyright (c) 2011 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 ConfigSettings.cmake.


Variable Documentation

Name of BASIS utilities library for Bash.

Definition at line 64 of file ConfigSettings.cmake.

Default contact used if none specified by BASIS-based project.

Definition at line 35 of file ConfigSettings.cmake.

Default copyright used if none specified by BASIS-based project.

Definition at line 33 of file ConfigSettings.cmake.

Name of BASIS utilities library for C++.

Definition at line 54 of file ConfigSettings.cmake.

Name of BASIS utilities library for Jython.

Definition at line 58 of file ConfigSettings.cmake.

Name of BASIS utilities library for MATLAB.

Definition at line 62 of file ConfigSettings.cmake.

Directory of BASIS CMake modules.

Definition at line 77 of file ConfigSettings.cmake.

Default package vendor used if none specified by BASIS-based project.

Definition at line 22 of file ConfigSettings.cmake.

Name of BASIS utilities library for Perl.

Definition at line 60 of file ConfigSettings.cmake.

Name of BASIS utilities library for Python.

Definition at line 56 of file ConfigSettings.cmake.

Definition at line 86 of file ConfigSettings.cmake.

Definition at line 87 of file ConfigSettings.cmake.

Dirctory of project template.

Definition at line 79 of file ConfigSettings.cmake.

Name of C++ unit testing library.

Definition at line 67 of file ConfigSettings.cmake.

Name of C++ unit testing library with definition of main() function.

Definition at line 69 of file ConfigSettings.cmake.

List of enabled BASIS utilities.

Definition at line 38 of file ConfigSettings.cmake.