diff options
Diffstat (limited to 'etc/import/include/fmt/TARGETS.fmt')
-rw-r--r-- | etc/import/include/fmt/TARGETS.fmt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/etc/import/include/fmt/TARGETS.fmt b/etc/import/include/fmt/TARGETS.fmt new file mode 100644 index 00000000..79394153 --- /dev/null +++ b/etc/import/include/fmt/TARGETS.fmt @@ -0,0 +1,19 @@ +{ "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" + ] + } +} |