summaryrefslogtreecommitdiff
path: root/src/buildtool/crypto/TARGETS
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/crypto/TARGETS')
-rw-r--r--src/buildtool/crypto/TARGETS31
1 files changed, 31 insertions, 0 deletions
diff --git a/src/buildtool/crypto/TARGETS b/src/buildtool/crypto/TARGETS
new file mode 100644
index 00000000..d68758ed
--- /dev/null
+++ b/src/buildtool/crypto/TARGETS
@@ -0,0 +1,31 @@
+{ "hash_impl":
+ { "type": ["@", "rules", "CC", "library"]
+ , "name": ["hash_impl"]
+ , "hdrs":
+ [ "hash_impl.hpp"
+ , "hash_impl_md5.hpp"
+ , "hash_impl_sha1.hpp"
+ , "hash_impl_sha256.hpp"
+ , "hash_impl_git.hpp"
+ ]
+ , "srcs":
+ [ "hash_impl_md5.cpp"
+ , "hash_impl_sha1.cpp"
+ , "hash_impl_sha256.cpp"
+ , "hash_impl_git.cpp"
+ ]
+ , "deps":
+ [ ["src/buildtool/logging", "logging"]
+ , ["src/utils/cpp", "hex_string"]
+ , ["@", "ssl", "", "crypto"]
+ ]
+ , "stage": ["src", "buildtool", "crypto"]
+ }
+, "hash_generator":
+ { "type": ["@", "rules", "CC", "library"]
+ , "name": ["hash_generator"]
+ , "hdrs": ["hash_generator.hpp"]
+ , "deps": ["hash_impl"]
+ , "stage": ["src", "buildtool", "crypto"]
+ }
+} \ No newline at end of file