include_regular_expression¶
设置用于依赖性检查的正则表达式。
include_regular_expression(regex_match [regex_complain])
设置用于依赖性检查的正则表达式。只有与 regex_match 匹配的文件才会被跟踪为依赖项。只有匹配 regex_complain 的文件才会在找不到时生成警告(不搜索标准标题路径)。默认值是:
regex_match = "^.*$" (match everything)
regex_complain = "^$" (match empty string only)