From 1795974e6cc05b7f5edb07015dbd47e45b76fcef Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Fri, 10 Feb 2023 16:31:08 +0100 Subject: Simplify target for prebuilt CLI11 ... by using an explicit tree reference. --- etc/import.prebuilt/TARGETS.cli11 | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) (limited to 'etc') diff --git a/etc/import.prebuilt/TARGETS.cli11 b/etc/import.prebuilt/TARGETS.cli11 index 1a8beb55..c178e0dd 100644 --- a/etc/import.prebuilt/TARGETS.cli11 +++ b/etc/import.prebuilt/TARGETS.cli11 @@ -1,22 +1,6 @@ { "cli11": { "type": ["@", "rules", "CC", "library"] - , "hdrs": - [ "Option.hpp" - , "Split.hpp" - , "Formatter.hpp" - , "ConfigFwd.hpp" - , "Version.hpp" - , "TypeTools.hpp" - , "Validators.hpp" - , "FormatterFwd.hpp" - , "Macros.hpp" - , "StringTools.hpp" - , "Error.hpp" - , "Timer.hpp" - , "CLI.hpp" - , "App.hpp" - , "Config.hpp" - ] + , "hdrs": [["TREE", null, "."]] , "stage": ["CLI"] } } -- cgit v1.2.3