CMake variables of project directories. More...
Go to the source code of this file.
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 variables of project directories.
Definition in file Directories.cmake.