summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Reiche <oliver.reiche@huawei.com>2022-06-13 16:11:54 +0200
committerOliver Reiche <oliver.reiche@huawei.com>2022-06-13 17:47:17 +0200
commit475ec94eb392faa8fe5004fdee6c67bce3ee2b82 (patch)
tree37057fed247c43fde73cf736092c8f61c9e1b0b4
parentf01049b0869784fa04608d00087734414ae5b17d (diff)
downloadjustbuild-475ec94eb392faa8fe5004fdee6c67bce3ee2b82.tar.gz
externals: Use TREE reference for fmtlib headers
-rw-r--r--etc/import/include/fmt/TARGETS.fmt15
1 files changed, 1 insertions, 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, "."]]
}
}