summaryrefslogtreecommitdiff
path: root/xmake/plugins/check/checker.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2023-02-03 00:54:16 +0800
committerruki <[email protected]>2023-02-03 00:54:16 +0800
commit02f7c8dd80563a6737e2b65709f16b3d56fdff6a (patch)
tree701e63dfc5d21a252f014c848df555dc20eb9c14 /xmake/plugins/check/checker.lua
parentb005057d44cf03a29613d7d1881517e59acacae1 (diff)
check files
Diffstat (limited to 'xmake/plugins/check/checker.lua')
-rw-r--r--xmake/plugins/check/checker.lua4
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."},