Installs a symbolic link to pointing_to target under install_dir.

Signature

(since 0.61.0)

# Installs a symbolic link to `pointing_to` target under install_dir
void install_symlink(
  str link_name,     # Name of the created link under `install_dir`

  # Keyword arguments:
  install_dir : str  [required]  # The absolute or relative path to the installation directory for the links
  install_tag : str              # A string used by the `meson install --tags` command
  pointing_to : str  [required]  # Target to point the link to
)

Arguments

The function install_symlink() accepts the following positional arguments:

Name Type Description Tags

Finally, install_symlink() accepts the following keyword arguments:

Name Type Description Tags

The results of the search are