summaryrefslogtreecommitdiff
path: root/src/utils/cpp/TARGETS
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/cpp/TARGETS')
-rw-r--r--src/utils/cpp/TARGETS7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/utils/cpp/TARGETS b/src/utils/cpp/TARGETS
index 7c05472f..578996b2 100644
--- a/src/utils/cpp/TARGETS
+++ b/src/utils/cpp/TARGETS
@@ -88,4 +88,11 @@
, "hdrs": ["path_hash.hpp"]
, "stage": ["src", "utils", "cpp"]
}
+, "verify_hash":
+ { "type": ["@", "rules", "CC", "library"]
+ , "name": ["verify_hash"]
+ , "hdrs": ["verify_hash.hpp"]
+ , "deps": [["@", "fmt", "", "fmt"]]
+ , "stage": ["src", "utils", "cpp"]
+ }
}