Functions | Variables
ExportTools.cmake File Reference

Functions and macros for the export of targets. More...

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

function basis_add_custom_export_target (in TARGET_UID, in IS_TEST)
 Add target to custom export set. More...
 
function basis_add_export_target (out EXPORT_OPTION, in TARGET_UID, in IS_TEST, in ARGN)
 Add target to export set. More...
 
function basis_export_build_properties (in CODE)
 Add code to set properties of imported targets for build tree. More...
 
function basis_export_footer (in CODE)
 Add footer of exports file. More...
 
function basis_export_header (in CODE)
 Generate header of exports file. More...
 
function basis_export_import_targets (in CODE)
 Add code to add import targets. More...
 
function basis_export_install_properties (in CODE)
 Add code to set properties of imported targets for installation. More...
 
function basis_export_prefix (in CODE)
 Add code to compute prefix relative to INSTALL_CONFIG_DIR. More...
 
function basis_export_targets ()
 Export all targets added by basis_add_* commands. More...
 
function basis_get_soname (out SONAME, in OBJFILE)
 Get soname of object file. More...
 

Variables

cmake __BASIS_EXPORTIMPORTTOOLS_INCLUDED
 

Detailed Description

Functions and macros for the export of targets.

Definition in file ExportTools.cmake.

Variable Documentation

§ __BASIS_EXPORTIMPORTTOOLS_INCLUDED

cmake __BASIS_EXPORTIMPORTTOOLS_INCLUDED

Definition at line 20 of file ExportTools.cmake.