]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Add missing fmt headers to dist archive
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 5 Sep 2019 19:39:40 +0000 (21:39 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 5 Sep 2019 20:04:43 +0000 (22:04 +0200)
dev.mk.in

index d558ff2281044b888383e3f3712c53ae3b5731e9..1e73029b027ed1ca8be78f5d827cccf3d346e1a6 100644 (file)
--- a/dev.mk.in
+++ b/dev.mk.in
@@ -61,6 +61,9 @@ non_third_party_headers = \
     unittest/util.hpp
 third_party_headers = \
     src/third_party/catch.hpp \
+    src/third_party/fmt/core.h \
+    src/third_party/fmt/format-inl.h \
+    src/third_party/fmt/format.h \
     src/third_party/getopt_long.h \
     src/third_party/minitrace.h \
     src/third_party/xxhash.h