diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2022-11-17 17:19:24 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2022-12-21 14:59:04 +0100 |
commit | 70b6f09bf80cbc8dadb12fbd6e2cb325de952c7f (patch) | |
tree | fed7728640407b9a11e861a0baaec6c51717c3a9 /etc/dev/TARGETS | |
parent | 6ce8a51993e0dfd8feebb51ede67c479c8a78e96 (diff) | |
download | justbuild-70b6f09bf80cbc8dadb12fbd6e2cb325de952c7f.tar.gz |
External: Add libcurl dependency
Diffstat (limited to 'etc/dev/TARGETS')
-rw-r--r-- | etc/dev/TARGETS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/dev/TARGETS b/etc/dev/TARGETS index 07cc002c..d3a68088 100644 --- a/etc/dev/TARGETS +++ b/etc/dev/TARGETS @@ -9,6 +9,7 @@ , ["@", "json", "", "json"] , ["@", "catch2", "", "catch2"] , ["", "libgit2"] + , ["", "libcurl"] ] , "proto": [ ["@", "bazel_remote_apis", "", "remote_execution_proto"] |