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... | |
cmake BINARY_ARCHIVE_DIR |
Absolute path to output directory for static and import libraries.
Definition at line 101 of file Directories.cmake.
cmake BINARY_BASH_LIBRARY_DIR |
Absolute path to output directory for Bash modules.
Definition at line 114 of file Directories.cmake.
cmake BINARY_INCLUDE_DIR |
Absolute path to output directory for configured public header files.
Definition at line 97 of file Directories.cmake.
cmake BINARY_JYTHON_LIBRARY_DIR |
Absolute path to output directory for Jython modules.
Definition at line 108 of file Directories.cmake.
cmake BINARY_LIBCONF_DIR |
Absolute path to build tree package configuration files.
Definition at line 103 of file Directories.cmake.
cmake BINARY_LIBEXEC_DIR |
Absolute path to output directory for auxiliary executables.
Definition at line 95 of file Directories.cmake.
cmake BINARY_LIBRARY_DIR |
Absolute path to output directory for shared libraries and modules.
Definition at line 99 of file Directories.cmake.
cmake BINARY_MATLAB_LIBRARY_DIR |
Absolute path to output directory for MATLAB modules.
Definition at line 112 of file Directories.cmake.
cmake BINARY_PERL_LIBRARY_DIR |
Absolute path to output directory for Perl modules.
Definition at line 110 of file Directories.cmake.
cmake BINARY_PYTHON_LIBRARY_DIR |
Absolute path to output directory for Python modules.
Definition at line 106 of file Directories.cmake.
cmake BINARY_RUNTIME_DIR |
Absolute path to output directory for main executables.
Definition at line 93 of file Directories.cmake.
cmake CMAKE_INSTALL_PREFIX |
Installation prefix, i.e., root directory of installation.
Definition at line 121 of file Directories.cmake.
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.
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.
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.
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.
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.
cmake INSTALL_DOC_DIR |
Path of installation directory for documentation files relative to CMAKE_INSTALL_PREFIX
.
Definition at line 193 of file Directories.cmake.
cmake INSTALL_EXAMPLE_DIR |
Path of installation directory for example files relative to CMAKE_INSTALL_PREFIX
.
Definition at line 195 of file Directories.cmake.
cmake INSTALL_INCLUDE_DIR |
Path of installation directory for public header files relative to CMAKE_INSTALL_PREFIX
.
INCLUDE_PREFIX
specifies subdirectories, these will be created underneath this directory during the installation. Definition at line 145 of file Directories.cmake.
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.
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.
cmake INSTALL_LIBEXEC_DIR |
Path of installation directory for auxiliary executables relative to CMAKE_INSTALL_PREFIX
.
Definition at line 139 of file Directories.cmake.
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.
cmake INSTALL_MAN_DIR |
Path of installation directory for man pages relative to CMAKE_INSTALL_PREFIX
.
Definition at line 197 of file Directories.cmake.
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.
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.
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.
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.
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.
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.
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.
cmake INSTALL_SHARE_DIR |
Path of installation directory for shared files relative to CMAKE_INSTALL_PREFIX
.
Definition at line 189 of file Directories.cmake.
cmake INSTALL_TEXINFO_DIR |
Path of Texinfo files relative to CMAKE_INSTALL_PREFIX
.
Definition at line 199 of file Directories.cmake.
cmake JYTHON_SITELIB |
Default directory for Jython site packages.
Definition at line 31 of file Directories.cmake.
cmake PERL_SITELIB |
Default directory for Perl site packages.
Definition at line 33 of file Directories.cmake.
cmake PROJECT_CODE_DIRS |
Absolute paths to directories of project sources in source tree.
Definition at line 42 of file Directories.cmake.
cmake PROJECT_CONFIG_DIR |
Absolute path to directory of BASIS project configuration in source tree.
Definition at line 48 of file Directories.cmake.
cmake PROJECT_DATA_DIR |
Absolute path to directory of auxiliary data in source tree.
Definition at line 50 of file Directories.cmake.
cmake PROJECT_DOC_DIR |
Absolute path to directory of documentation files in source tree.
Definition at line 52 of file Directories.cmake.
cmake PROJECT_DOCRES_DIR |
Absolute path to directory of documentation ressource files in source tree.
Definition at line 54 of file Directories.cmake.
cmake PROJECT_EXAMPLE_DIR |
Absolute path to directory of example in source tree.
Definition at line 56 of file Directories.cmake.
cmake PROJECT_INCLUDE_DIRS |
Absolute paths to directories of public header files in source tree.
Definition at line 40 of file Directories.cmake.
cmake PROJECT_LIBRARY_DIR |
Absolute path to directory of public scripted packages.
Definition at line 58 of file Directories.cmake.
cmake PROJECT_MODULE_DIRS |
Absolute paths to root directories of project modules.
Definition at line 46 of file Directories.cmake.
cmake PROJECT_MODULES_DIR |
Absolute path to directory containing project modules in subdirectories.
Definition at line 44 of file Directories.cmake.
cmake PROJECT_SUBDIRS |
Names of additional project subdirectories at root level.
Definition at line 62 of file Directories.cmake.
cmake PROJECT_TESTING_DIR |
Absolute path to directory of testing tree in source tree.
Definition at line 60 of file Directories.cmake.
cmake PYTHON_SITELIB |
Default directory for Python site packages.
Definition at line 24 of file Directories.cmake.
cmake TESTING_BASH_LIBRARY_DIR |
Absolute path to output directory for Bash modules used for testing.
Definition at line 86 of file Directories.cmake.
cmake TESTING_JYTHON_LIBRARY_DIR |
Absolute path to output directory for Jython modules used for testing.
Definition at line 80 of file Directories.cmake.
cmake TESTING_LIBEXEC_DIR |
Absolute path to output directory for auxiliary executables used by tests.
Definition at line 73 of file Directories.cmake.
cmake TESTING_LIBRARY_DIR |
Absolute path to output directory for testing libraries.
Definition at line 75 of file Directories.cmake.
cmake TESTING_MATLAB_LIBRARY_DIR |
Absolute path to output directory for MATLAB modules used for testing.
Definition at line 84 of file Directories.cmake.
cmake TESTING_OUTPUT_DIR |
Absolute path to output directory for tests.
Definition at line 69 of file Directories.cmake.
cmake TESTING_PERL_LIBRARY_DIR |
Absolute path to output directory for Perl modules used for testing.
Definition at line 82 of file Directories.cmake.
cmake TESTING_PYTHON_LIBRARY_DIR |
Absolute path to output directory for Python modules used for testing.
Definition at line 78 of file Directories.cmake.
cmake TESTING_RUNTIME_DIR |
Absolute path to output directory for built test executables.
Definition at line 71 of file Directories.cmake.
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.
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.