diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2022-06-13 16:11:54 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2022-06-13 17:47:17 +0200 |
commit | 475ec94eb392faa8fe5004fdee6c67bce3ee2b82 (patch) | |
tree | 37057fed247c43fde73cf736092c8f61c9e1b0b4 | |
parent | f01049b0869784fa04608d00087734414ae5b17d (diff) | |
download | justbuild-475ec94eb392faa8fe5004fdee6c67bce3ee2b82.tar.gz |
externals: Use TREE reference for fmtlib headers
-rw-r--r-- | etc/import/include/fmt/TARGETS.fmt | 15 |
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, "."]] } } |