From 02f7c8dd80563a6737e2b65709f16b3d56fdff6a Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 3 Feb 2023 00:54:16 +0800 Subject: check files --- xmake/plugins/check/checker.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'xmake/plugins/check/checker.lua') 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."}, -- cgit v1.3.1