BASIS  version 1.2.3 (revision 2104)
Variables
ConfigSettings.cmake File Reference

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

Go to the source code of this file.

Variables

 MODULE_PATH_CONFIG
 Directory of BASIS CMake modules.
 TEMPLATE_DIR_CONFIG
 Dirctory of Software Project Template.
 TEST_LIBRARY_CONFIG
 Name of C++ unit testing library.
 TEST_MAIN_LIBRARY_CONFIG
 Name of C++ unit testing library with definition of main() function.
 UTILITIES_ENABLED
 List of enabled BASIS utilities.
 UTILITIES_LIBRARY_CONFIG
 Name of BASIS C++ utilities library.

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.