BASIS  version 1.2.3 (revision 2104)
Variables
Perl Utilities
BASIS Utilities

Auxiliary implementations for use in Perl scripts. More...

+ Collaboration diagram for Perl Utilities:

Variables

 BASIS_PERL_UTILITIES
 Include BASIS utilities for Perl.
 PROJECT_NAMESPACE_PERL
 CMake variable of Perl package name of project.

Detailed Description

Auxiliary implementations for use in Perl scripts.

Maps build target names to executable file paths relative to module.


Variable Documentation

Include BASIS utilities for Perl.

Example:

 #! /usr/bin/env perl
 @BASIS_PERL_UTILITIES@
 ...

Definition at line 69 of file UtilitiesTools.cmake.

CMake variable of Perl package name of project.

The Perl package name of a BASIS project is made up of the project name which must be either all capital letters or mixed case starting with a captital letter. Note that Perl informally reserves lowercase module names for "pragma" modules such as integer and strict.

Example:

 package SBIA::BASIS;

Definition at line 216 of file ProjectSettings.cmake.