CMake functions related to configuration of BASIS utilities. More...
Go to the source code of this file.
Functions | |
function | basis_add_bash_utilities_library (out UID) |
Add build target for BASIS Bash utilities library. More... | |
function | basis_add_cxx_utilities_library (out UID) |
Add build target for BASIS C++ utilities library. More... | |
function | basis_add_perl_utilities_library (out UID) |
Add build target for BASIS Perl utilities library. More... | |
function | basis_add_python_utilities_library (out UID) |
Add build target for BASIS Python utilities library. More... | |
macro | basis_add_utilities_library (out UID, in LANGUAGE) |
Add build target for BASIS utilities library. More... | |
function | basis_configure_utilities () |
Configure BASIS utilities. More... | |
function | basis_get_project_uses_utilities (in RETVAL) |
Determine whether this project uses any of the BASIS Utilities. More... | |
function | basis_utilities_check (out VAR, in SOURCE_FILE, in ARGN) |
Check whether the BASIS utilities are used within a given source file. More... | |
Variables | |
cmake | BASIS_BASH___DIR__ |
Absolute path to directory of current BASH file. More... | |
cmake | BASIS_BASH___FILE__ |
Absolute path of current BASH file. More... | |
CMake functions related to configuration of BASIS utilities.
Definition in file UtilitiesTools.cmake.