InstallPerllib

art-suite

Install art-suite Perl modules for plugin template generation.

install_perllib

art-suite

Install art-suite Perl modules in <PROJECT-NAME>_PERLLIB_DIR for plugin template generation.

install_gdml([GLOB] [DROP_PREFIX <dir>] [SUBDIRNAME <subdir>] [<glob-options>])

Install recognized files found under CMAKE_CURRENT_SOURCE_DIR or CMAKE_CURRENT_BINARY_DIR in <PROJECT-NAME>_PERLLIB_DIR.

Recognized files
  • *.pm

  • *README*

Options

DROP_PREFIX <dir>

Remove <dir> from the beginning of the subdirectory path before installation (default <PROJECT-NAME>_PERLLIB_DIR).

SUBDIRNAME <dest-subdir>

Add <dest-subdir> to the destination path.

Note

The use of file(GLOB) expressions in CMake build/install lists is discouraged due to its tendency to create hysteresis.

BASENAME_EXCLUDES [[REGEX] <exp>] ...

Filenames matching these expressions in any searched subdirectory are excluded from installation; file(GLOB) expressions are permitted.

EXCLUDES [<exclude-exp> ...]

A list of paths to exclude from the list of files that would otherwise be installed. This keyword accepts files only: no wildcards or directories

EXTRAS [<extra file> ...]

Specific files to copy/install in addition to those found via GLOBing—incompatible with LIST <file> ....

SUBDIRS [<source-subdir> ...]

Install files from the specified <source-subdir> ...; incompatible with LIST <file> ....