Adds global arguments to the linker command line.

Like add_global_arguments() but the arguments are passed to the linker.

Signature

# Adds global arguments to the linker command line
void add_global_link_arguments(
  str Linker argument...,  # The linker arguments to add

  # Keyword arguments:
  language : array[str]  [required]  # Specifies the language(s) that the arguments should be
  native   : bool                    # A boolean specifying whether the arguments should be
)

Arguments

The function accepts between 0 and infinity variadic arguments (Linker argument...) of type str.

The linker arguments to add

The function add_global_link_arguments() accepts the following keyword arguments:

Name Type Description Tags

The results of the search are