BASIS  r3148
Directories.cmake File Reference

CMake variables of project directories. More...

Go to the source code of this file.

Variables

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

Detailed Description

CMake variables of project directories.

Note:
The file Directories.cmake is automatically generated by BASIS from the template file Directories.cmake.in which is part of BASIS.
See also:
https://www.cbica.upenn.edu/sbia/software/basis/standard/fhs/

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