include_regular_expression¶
设定用于依赖项检查的正则表达式。
include_regular_expression(regex_match [regex_complain])
设定用于依赖项检查的正则表达式。唯有匹配 regex_match
的文件将被追溯为依赖项。唯有匹配 regex_complain
的文件在找不到时才会生成警告(不会搜索标准头包含路径)。默认值为
regex_match = "^.*$" (match everything)
regex_complain = "^$" (match empty string only)