From 475ec94eb392faa8fe5004fdee6c67bce3ee2b82 Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Mon, 13 Jun 2022 16:11:54 +0200 Subject: externals: Use TREE reference for fmtlib headers --- etc/import/include/fmt/TARGETS.fmt | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/etc/import/include/fmt/TARGETS.fmt b/etc/import/include/fmt/TARGETS.fmt index 79394153..72ea6d52 100644 --- a/etc/import/include/fmt/TARGETS.fmt +++ b/etc/import/include/fmt/TARGETS.fmt @@ -1,19 +1,6 @@ { "hdrs": { "type": ["@", "rules", "CC", "header directory"] , "stage": ["fmt"] - , "hdrs": - [ "chrono.h" - , "color.h" - , "compile.h" - , "core.h" - , "format.h" - , "format-inl.h" - , "locale.h" - , "os.h" - , "ostream.h" - , "posix.h" - , "printf.h" - , "ranges.h" - ] + , "hdrs": [["TREE", null, "."]] } } -- cgit v1.2.3