BASIS  r3148
BasisScriptConfig.cmake File Reference

BASIS script configuration. More...

Go to the source code of this file.

Variables

cmake ARCHIVE_DIR
 Directory of static and import libraries relative to script location.
cmake ARCHIVE_DIR_SUFFIX
 Directory of static and import libraries relative to installation prefix.
cmake BASH_LIBRARY_DIR
 Directory of Bash modules relative to script location.
cmake BASH_LIBRARY_DIR_SUFFIX
 Directory of Bash modules relative to installation prefix.
cmake DATA_DIR
 Directory of auxiliary data files relative to script location.
cmake DATA_DIR_SUFFIX
 Directory of auxiliary data files relative to installation prefix.
cmake DIR
 Directory of script file.
cmake FILE
 Absolute path of script file.
cmake JYTHON_LIBRARY_DIR
 Directory of Jython modules relative to script location.
cmake JYTHON_LIBRARY_DIR_SUFFIX
 Directory of Jython modules relative to installation prefix.
cmake LANGUAGE
 Detected scripting language or UNKNOWN.
cmake LIBEXEC_DIR
 Directory of auxiliary executables relative to script location.
cmake LIBEXEC_DIR_SUFFIX
 Directory of auxiliary executables relative to installation prefix.
cmake LIBRARY_DIR
 Directory of shared and module libraries relative to script location.
cmake LIBRARY_DIR_SUFFIX
 Directory of shared and module libraries relative to installation prefix.
cmake MATLAB_LIBRARY_DIR
 Directory of MATLAB modules relative to script location.
cmake MATLAB_LIBRARY_DIR_SUFFIX
 Directory of MATLAB modules relative to installation prefix.
cmake NAME
 Name of script file.
cmake NAME_L
 Name of script file in lowercase only.
cmake NAME_U
 Name of script file in uppercase only.
cmake PERL_LIBRARY_DIR
 Directory of Perl modules relative to script location.
cmake PERL_LIBRARY_DIR_SUFFIX
 Directory of Perl modules relative to installation prefix.
cmake PREFIX_DIR
 Installation prefix relative to script location.
cmake PYTHON_LIBRARY_DIR
 Directory of Python modules relative to script location.
cmake PYTHON_LIBRARY_DIR_SUFFIX
 Directory of Python modules relative to installation prefix.
cmake RUNTIME_DIR
 Directory of main executables relative to script location.
cmake RUNTIME_DIR_SUFFIX
 Directory of main executables relative to installation prefix.

Detailed Description

BASIS script configuration.

Note:
The file BasisScriptConfig.cmake is automatically generated by BASIS from the template file ScriptConfig.cmake.in which is part of BASIS.

This script configuration file is included before the default script configuration file which is part of the package itself (ScriptConfig.cmake), if such file exists in the PROJECT_CONFIG_DIR. Therefore, the BASIS script configuration can be overwritten by the default script configuration of the project, which in turn can be overwritten specifically for each script target by specifying a script target-specific script configuration using the CONFIG and/or CONFIG_FILE option of the basis_add_executable() or basis_add_library() command, respectively.

See also:
https://www.cbica.upenn.edu/sbia/software/basis/standard/scripttargets.html#script-configuration

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