You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# HEADERS: An explicit list of headers to include in the header tests.
23
25
# PER_HEADER_DEFINES: A list of definitions to add to specific headers. Each definition is followed by one or more regexes that match the headers it should be applied to.
24
26
# NO_METATARGETS: If specified, metatargets will not be created for the header test targets.
27
+
# NO_LINK_CHECK: If specified, the link check target will not be created.
25
28
#
26
29
# Notes:
27
30
# - The header globs are applied relative to <project_include_path>.
28
31
# - If no HEADER_TEMPLATE is provided, a default template will be used.
29
32
# - The HEADER_TEMPLATE will be configured for each header, with the following variables:
30
33
# - @header@: The path to the target header, relative to <project_include_path>.
0 commit comments