Adds project specific arguments to the linker command line.

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

Signature

# Adds project specific arguments to the linker command line
void add_project_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_project_link_arguments() accepts the following keyword arguments:

Name Type Description Tags

The results of the search are