Variables
BasisDirectories

Variables

cmake BINARY_ARCHIVE_DIR
 Absolute path to output directory for static and import libraries. More...
 
cmake BINARY_BASH_LIBRARY_DIR
 Absolute path to output directory for Bash modules. More...
 
cmake BINARY_INCLUDE_DIR
 Absolute path to output directory for configured public header files. More...
 
cmake BINARY_JYTHON_LIBRARY_DIR
 Absolute path to output directory for Jython modules. More...
 
cmake BINARY_LIBCONF_DIR
 Absolute path to build tree package configuration files. More...
 
cmake BINARY_LIBEXEC_DIR
 Absolute path to output directory for auxiliary executables. More...
 
cmake BINARY_LIBRARY_DIR
 Absolute path to output directory for shared libraries and modules. More...
 
cmake BINARY_MATLAB_LIBRARY_DIR
 Absolute path to output directory for MATLAB modules. More...
 
cmake BINARY_PERL_LIBRARY_DIR
 Absolute path to output directory for Perl modules. More...
 
cmake BINARY_PYTHON_LIBRARY_DIR
 Absolute path to output directory for Python modules. More...
 
cmake BINARY_RUNTIME_DIR
 Absolute path to output directory for main executables. More...
 
cmake CMAKE_INSTALL_PREFIX
 Installation prefix, i.e., root directory of installation. More...
 
cmake INSTALL_ARCHIVE_DIR
 Path of installation directory for static and import libraries relative to CMAKE_INSTALL_PREFIX. More...
 
cmake INSTALL_BASH_LIBRARY_DIR
 Path of installation directory of private Bash modules relative to CMAKE_INSTALL_PREFIX. More...
 
cmake INSTALL_BASH_SITE_DIR
 Path of installation directory of public Bash modules relative to CMAKE_INSTALL_PREFIX. More...
 
cmake INSTALL_CONFIG_DIR
 Path of installation directory for CMake package configuration files relative to CMAKE_INSTALL_PREFIX. More...
 
cmake INSTALL_DATA_DIR
 Path of installation directory for shared data files relative to CMAKE_INSTALL_PREFIX. More...
 
cmake INSTALL_DOC_DIR
 Path of installation directory for documentation files relative to CMAKE_INSTALL_PREFIX. More...
 
cmake INSTALL_EXAMPLE_DIR
 Path of installation directory for example files relative to CMAKE_INSTALL_PREFIX. More...
 
cmake INSTALL_INCLUDE_DIR
 Path of installation directory for public header files relative to CMAKE_INSTALL_PREFIX. More...
 
cmake INSTALL_JYTHON_LIBRARY_DIR
 Path of installation directory of private Jython modules relative to CMAKE_INSTALL_PREFIX. More...
 
cmake INSTALL_JYTHON_SITE_DIR
 Path of installation directory of public Jython modules relative to CMAKE_INSTALL_PREFIX. More...
 
cmake INSTALL_LIBEXEC_DIR
 Path of installation directory for auxiliary executables relative to CMAKE_INSTALL_PREFIX. More...
 
cmake INSTALL_LIBRARY_DIR
 Path of installation directory for shared libraries on Unix-based systems and module libraries relative to CMAKE_INSTALL_PREFIX. More...
 
cmake INSTALL_MAN_DIR
 Path of installation directory for man pages relative to CMAKE_INSTALL_PREFIX. More...
 
cmake INSTALL_MATLAB_LIBRARY_DIR
 Path of installation directory of private MATLAB M-files relative to CMAKE_INSTALL_PREFIX. More...
 
cmake INSTALL_MATLAB_SITE_DIR
 Path of installation directory of public MATLAB M-files relative to CMAKE_INSTALL_PREFIX. More...
 
cmake INSTALL_PERL_LIBRARY_DIR
 Path of installation directory of private Perl modules relative to CMAKE_INSTALL_PREFIX. More...
 
cmake INSTALL_PERL_SITE_DIR
 Path of installation directory of public Perl modules relative to CMAKE_INSTALL_PREFIX. More...
 
cmake INSTALL_PYTHON_LIBRARY_DIR
 Path of installation directory of private Python modules relative to CMAKE_INSTALL_PREFIX. More...
 
cmake INSTALL_PYTHON_SITE_DIR
 Path of installation directory of public Python modules relative to CMAKE_INSTALL_PREFIX. More...
 
cmake INSTALL_RUNTIME_DIR
 Path of installation directory for runtime executables and shared libraries on Windows relative to CMAKE_INSTALL_PREFIX. More...
 
cmake INSTALL_SHARE_DIR
 Path of installation directory for shared files relative to CMAKE_INSTALL_PREFIX. More...
 
cmake INSTALL_TEXINFO_DIR
 Path of Texinfo files relative to CMAKE_INSTALL_PREFIX. More...
 
cmake JYTHON_SITELIB
 Default directory for Jython site packages. More...
 
cmake PERL_SITELIB
 Default directory for Perl site packages. More...
 
cmake PROJECT_CODE_DIRS
 Absolute paths to directories of project sources in source tree. More...
 
cmake PROJECT_CONFIG_DIR
 Absolute path to directory of BASIS project configuration in source tree. More...
 
cmake PROJECT_DATA_DIR
 Absolute path to directory of auxiliary data in source tree. More...
 
cmake PROJECT_DOC_DIR
 Absolute path to directory of documentation files in source tree. More...
 
cmake PROJECT_DOCRES_DIR
 Absolute path to directory of documentation ressource files in source tree. More...
 
cmake PROJECT_EXAMPLE_DIR
 Absolute path to directory of example in source tree. More...
 
cmake PROJECT_INCLUDE_DIRS
 Absolute paths to directories of public header files in source tree. More...
 
cmake PROJECT_LIBRARY_DIR
 Absolute path to directory of public scripted packages. More...
 
cmake PROJECT_MODULE_DIRS
 Absolute paths to root directories of project modules. More...
 
cmake PROJECT_MODULES_DIR
 Absolute path to directory containing project modules in subdirectories. More...
 
cmake PROJECT_SUBDIRS
 Names of additional project subdirectories at root level. More...
 
cmake PROJECT_TESTING_DIR
 Absolute path to directory of testing tree in source tree. More...
 
cmake PYTHON_SITELIB
 Default directory for Python site packages. More...
 
cmake TESTING_BASH_LIBRARY_DIR
 Absolute path to output directory for Bash modules used for testing. More...
 
cmake TESTING_JYTHON_LIBRARY_DIR
 Absolute path to output directory for Jython modules used for testing. More...
 
cmake TESTING_LIBEXEC_DIR
 Absolute path to output directory for auxiliary executables used by tests. More...
 
cmake TESTING_LIBRARY_DIR
 Absolute path to output directory for testing libraries. More...
 
cmake TESTING_MATLAB_LIBRARY_DIR
 Absolute path to output directory for MATLAB modules used for testing. More...
 
cmake TESTING_OUTPUT_DIR
 Absolute path to output directory for tests. More...
 
cmake TESTING_PERL_LIBRARY_DIR
 Absolute path to output directory for Perl modules used for testing. More...
 
cmake TESTING_PYTHON_LIBRARY_DIR
 Absolute path to output directory for Python modules used for testing. More...
 
cmake TESTING_RUNTIME_DIR
 Absolute path to output directory for built test executables. More...
 
cmake TOPLEVEL_PROJECT_BINARY_DIR
 Absolute path of root directory of build tree of top-level project. More...
 
cmake TOPLEVEL_PROJECT_SOURCE_DIR
 Absolute path of root directory of source tree of top-level project. More...
 

Detailed Description

Variable Documentation

§ BINARY_ARCHIVE_DIR

cmake BINARY_ARCHIVE_DIR

Absolute path to output directory for static and import libraries.

Definition at line 101 of file Directories.cmake.

§ BINARY_BASH_LIBRARY_DIR

cmake BINARY_BASH_LIBRARY_DIR

Absolute path to output directory for Bash modules.

Definition at line 114 of file Directories.cmake.

§ BINARY_INCLUDE_DIR

cmake BINARY_INCLUDE_DIR

Absolute path to output directory for configured public header files.

Definition at line 97 of file Directories.cmake.

§ BINARY_JYTHON_LIBRARY_DIR

cmake BINARY_JYTHON_LIBRARY_DIR

Absolute path to output directory for Jython modules.

Definition at line 108 of file Directories.cmake.

§ BINARY_LIBCONF_DIR

cmake BINARY_LIBCONF_DIR

Absolute path to build tree package configuration files.

Definition at line 103 of file Directories.cmake.

§ BINARY_LIBEXEC_DIR

cmake BINARY_LIBEXEC_DIR

Absolute path to output directory for auxiliary executables.

Definition at line 95 of file Directories.cmake.

§ BINARY_LIBRARY_DIR

cmake BINARY_LIBRARY_DIR

Absolute path to output directory for shared libraries and modules.

Definition at line 99 of file Directories.cmake.

§ BINARY_MATLAB_LIBRARY_DIR

cmake BINARY_MATLAB_LIBRARY_DIR

Absolute path to output directory for MATLAB modules.

Definition at line 112 of file Directories.cmake.

§ BINARY_PERL_LIBRARY_DIR

cmake BINARY_PERL_LIBRARY_DIR

Absolute path to output directory for Perl modules.

Definition at line 110 of file Directories.cmake.

§ BINARY_PYTHON_LIBRARY_DIR

cmake BINARY_PYTHON_LIBRARY_DIR

Absolute path to output directory for Python modules.

Definition at line 106 of file Directories.cmake.

§ BINARY_RUNTIME_DIR

cmake BINARY_RUNTIME_DIR

Absolute path to output directory for main executables.

Definition at line 93 of file Directories.cmake.

§ CMAKE_INSTALL_PREFIX

cmake CMAKE_INSTALL_PREFIX

Installation prefix, i.e., root directory of installation.

Definition at line 121 of file Directories.cmake.

§ INSTALL_ARCHIVE_DIR

cmake INSTALL_ARCHIVE_DIR

Path of installation directory for static and import libraries relative to CMAKE_INSTALL_PREFIX.

Definition at line 151 of file Directories.cmake.

§ INSTALL_BASH_LIBRARY_DIR

cmake INSTALL_BASH_LIBRARY_DIR

Path of installation directory of private Bash modules relative to CMAKE_INSTALL_PREFIX.

Definition at line 175 of file Directories.cmake.

§ INSTALL_BASH_SITE_DIR

cmake INSTALL_BASH_SITE_DIR

Path of installation directory of public Bash modules relative to CMAKE_INSTALL_PREFIX.

Definition at line 186 of file Directories.cmake.

§ INSTALL_CONFIG_DIR

cmake INSTALL_CONFIG_DIR

Path of installation directory for CMake package configuration files relative to CMAKE_INSTALL_PREFIX.

Install configuration files of modules in subdirectories such that CMake does not find them by default. Their might be a case that someone is using two projects where the one project is named just the same as the module of the other project. The configuration file of the module is anyway supposed to be included by the package configuration file if this module is requested by the COMPONENTS argument to the find_package() command.

Definition at line 133 of file Directories.cmake.

§ INSTALL_DATA_DIR

cmake INSTALL_DATA_DIR

Path of installation directory for shared data files relative to CMAKE_INSTALL_PREFIX.

Definition at line 191 of file Directories.cmake.

§ INSTALL_DOC_DIR

cmake INSTALL_DOC_DIR

Path of installation directory for documentation files relative to CMAKE_INSTALL_PREFIX.

Definition at line 193 of file Directories.cmake.

§ INSTALL_EXAMPLE_DIR

cmake INSTALL_EXAMPLE_DIR

Path of installation directory for example files relative to CMAKE_INSTALL_PREFIX.

Definition at line 195 of file Directories.cmake.

§ INSTALL_INCLUDE_DIR

cmake INSTALL_INCLUDE_DIR

Path of installation directory for public header files relative to CMAKE_INSTALL_PREFIX.

Note
If the INCLUDE_PREFIX specifies subdirectories, these will be created underneath this directory during the installation.

Definition at line 145 of file Directories.cmake.

§ INSTALL_JYTHON_LIBRARY_DIR

cmake INSTALL_JYTHON_LIBRARY_DIR

Path of installation directory of private Jython modules relative to CMAKE_INSTALL_PREFIX.

Definition at line 169 of file Directories.cmake.

§ INSTALL_JYTHON_SITE_DIR

cmake INSTALL_JYTHON_SITE_DIR

Path of installation directory of public Jython modules relative to CMAKE_INSTALL_PREFIX.

Definition at line 180 of file Directories.cmake.

§ INSTALL_LIBEXEC_DIR

cmake INSTALL_LIBEXEC_DIR

Path of installation directory for auxiliary executables relative to CMAKE_INSTALL_PREFIX.

Definition at line 139 of file Directories.cmake.

§ INSTALL_LIBRARY_DIR

cmake INSTALL_LIBRARY_DIR

Path of installation directory for shared libraries on Unix-based systems and module libraries relative to CMAKE_INSTALL_PREFIX.

Definition at line 148 of file Directories.cmake.

§ INSTALL_MAN_DIR

cmake INSTALL_MAN_DIR

Path of installation directory for man pages relative to CMAKE_INSTALL_PREFIX.

Definition at line 197 of file Directories.cmake.

§ INSTALL_MATLAB_LIBRARY_DIR

cmake INSTALL_MATLAB_LIBRARY_DIR

Path of installation directory of private MATLAB M-files relative to CMAKE_INSTALL_PREFIX.

Definition at line 173 of file Directories.cmake.

§ INSTALL_MATLAB_SITE_DIR

cmake INSTALL_MATLAB_SITE_DIR

Path of installation directory of public MATLAB M-files relative to CMAKE_INSTALL_PREFIX.

Definition at line 184 of file Directories.cmake.

§ INSTALL_PERL_LIBRARY_DIR

cmake INSTALL_PERL_LIBRARY_DIR

Path of installation directory of private Perl modules relative to CMAKE_INSTALL_PREFIX.

Definition at line 171 of file Directories.cmake.

§ INSTALL_PERL_SITE_DIR

cmake INSTALL_PERL_SITE_DIR

Path of installation directory of public Perl modules relative to CMAKE_INSTALL_PREFIX.

Definition at line 182 of file Directories.cmake.

§ INSTALL_PYTHON_LIBRARY_DIR

cmake INSTALL_PYTHON_LIBRARY_DIR

Path of installation directory of private Python modules relative to CMAKE_INSTALL_PREFIX.

Definition at line 167 of file Directories.cmake.

§ INSTALL_PYTHON_SITE_DIR

cmake INSTALL_PYTHON_SITE_DIR

Path of installation directory of public Python modules relative to CMAKE_INSTALL_PREFIX.

Definition at line 178 of file Directories.cmake.

§ INSTALL_RUNTIME_DIR

cmake INSTALL_RUNTIME_DIR

Path of installation directory for runtime executables and shared libraries on Windows relative to CMAKE_INSTALL_PREFIX.

Definition at line 136 of file Directories.cmake.

§ INSTALL_SHARE_DIR

cmake INSTALL_SHARE_DIR

Path of installation directory for shared files relative to CMAKE_INSTALL_PREFIX.

Definition at line 189 of file Directories.cmake.

§ INSTALL_TEXINFO_DIR

cmake INSTALL_TEXINFO_DIR

Path of Texinfo files relative to CMAKE_INSTALL_PREFIX.

Definition at line 199 of file Directories.cmake.

§ JYTHON_SITELIB

cmake JYTHON_SITELIB

Default directory for Jython site packages.

Definition at line 31 of file Directories.cmake.

§ PERL_SITELIB

cmake PERL_SITELIB

Default directory for Perl site packages.

Definition at line 33 of file Directories.cmake.

§ PROJECT_CODE_DIRS

cmake PROJECT_CODE_DIRS

Absolute paths to directories of project sources in source tree.

Definition at line 42 of file Directories.cmake.

§ PROJECT_CONFIG_DIR

cmake PROJECT_CONFIG_DIR

Absolute path to directory of BASIS project configuration in source tree.

Definition at line 48 of file Directories.cmake.

§ PROJECT_DATA_DIR

cmake PROJECT_DATA_DIR

Absolute path to directory of auxiliary data in source tree.

Definition at line 50 of file Directories.cmake.

§ PROJECT_DOC_DIR

cmake PROJECT_DOC_DIR

Absolute path to directory of documentation files in source tree.

Definition at line 52 of file Directories.cmake.

§ PROJECT_DOCRES_DIR

cmake PROJECT_DOCRES_DIR

Absolute path to directory of documentation ressource files in source tree.

Definition at line 54 of file Directories.cmake.

§ PROJECT_EXAMPLE_DIR

cmake PROJECT_EXAMPLE_DIR

Absolute path to directory of example in source tree.

Definition at line 56 of file Directories.cmake.

§ PROJECT_INCLUDE_DIRS

cmake PROJECT_INCLUDE_DIRS

Absolute paths to directories of public header files in source tree.

Definition at line 40 of file Directories.cmake.

§ PROJECT_LIBRARY_DIR

cmake PROJECT_LIBRARY_DIR

Absolute path to directory of public scripted packages.

Definition at line 58 of file Directories.cmake.

§ PROJECT_MODULE_DIRS

cmake PROJECT_MODULE_DIRS

Absolute paths to root directories of project modules.

Definition at line 46 of file Directories.cmake.

§ PROJECT_MODULES_DIR

cmake PROJECT_MODULES_DIR

Absolute path to directory containing project modules in subdirectories.

Definition at line 44 of file Directories.cmake.

§ PROJECT_SUBDIRS

cmake PROJECT_SUBDIRS

Names of additional project subdirectories at root level.

Definition at line 62 of file Directories.cmake.

§ PROJECT_TESTING_DIR

cmake PROJECT_TESTING_DIR

Absolute path to directory of testing tree in source tree.

Definition at line 60 of file Directories.cmake.

§ PYTHON_SITELIB

cmake PYTHON_SITELIB

Default directory for Python site packages.

Definition at line 24 of file Directories.cmake.

§ TESTING_BASH_LIBRARY_DIR

cmake TESTING_BASH_LIBRARY_DIR

Absolute path to output directory for Bash modules used for testing.

Definition at line 86 of file Directories.cmake.

§ TESTING_JYTHON_LIBRARY_DIR

cmake TESTING_JYTHON_LIBRARY_DIR

Absolute path to output directory for Jython modules used for testing.

Definition at line 80 of file Directories.cmake.

§ TESTING_LIBEXEC_DIR

cmake TESTING_LIBEXEC_DIR

Absolute path to output directory for auxiliary executables used by tests.

Definition at line 73 of file Directories.cmake.

§ TESTING_LIBRARY_DIR

cmake TESTING_LIBRARY_DIR

Absolute path to output directory for testing libraries.

Definition at line 75 of file Directories.cmake.

§ TESTING_MATLAB_LIBRARY_DIR

cmake TESTING_MATLAB_LIBRARY_DIR

Absolute path to output directory for MATLAB modules used for testing.

Definition at line 84 of file Directories.cmake.

§ TESTING_OUTPUT_DIR

cmake TESTING_OUTPUT_DIR

Absolute path to output directory for tests.

Definition at line 69 of file Directories.cmake.

§ TESTING_PERL_LIBRARY_DIR

cmake TESTING_PERL_LIBRARY_DIR

Absolute path to output directory for Perl modules used for testing.

Definition at line 82 of file Directories.cmake.

§ TESTING_PYTHON_LIBRARY_DIR

cmake TESTING_PYTHON_LIBRARY_DIR

Absolute path to output directory for Python modules used for testing.

Definition at line 78 of file Directories.cmake.

§ TESTING_RUNTIME_DIR

cmake TESTING_RUNTIME_DIR

Absolute path to output directory for built test executables.

Definition at line 71 of file Directories.cmake.

§ TOPLEVEL_PROJECT_BINARY_DIR

cmake TOPLEVEL_PROJECT_BINARY_DIR

Absolute path of root directory of build tree of top-level project.

Definition at line 208 of file Directories.cmake.

§ TOPLEVEL_PROJECT_SOURCE_DIR

cmake TOPLEVEL_PROJECT_SOURCE_DIR

Absolute path of root directory of source tree of top-level project.

Definition at line 206 of file Directories.cmake.