diff options
Diffstat (limited to 'xmake/plugins/check/checker.lua')
| -rw-r--r-- | xmake/plugins/check/checker.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xmake/plugins/check/checker.lua b/xmake/plugins/check/checker.lua index 9d0526bd4..c81bd8591 100644 --- a/xmake/plugins/check/checker.lua +++ b/xmake/plugins/check/checker.lua @@ -37,6 +37,10 @@ function checkers() ["api.target.vectorexts"] = {description = "Check vectorexts configuration in target."}, ["api.target.exceptions"] = {description = "Check exceptions configuration in target."}, ["api.target.packages"] = {description = "Check packages configuration in target."}, + ["api.target.files"] = {description = "Check files configuration in target."}, + ["api.target.headerfiles"] = {description = "Check header files configuration in target."}, + ["api.target.installfiles"] = {description = "Check install files configuration in target."}, + ["api.target.configfiles"] = {description = "Check config files configuration in target."}, ["api.target.linkdirs"] = {description = "Check linkdirs configuration in target."}, ["api.target.includedirs"] = {description = "Check includedirs configuration in target."}, ["api.target.frameworkdirs"] = {description = "Check frameworkdirs configuration in target."}, |
