diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2022-09-29 13:00:01 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2022-12-21 14:59:04 +0100 |
commit | 4e2ce048cc3da45602b3a366d9b7377125164074 (patch) | |
tree | 6ef2e740f27a55319e4d391f57b9065438faa504 /src/utils/cpp/TARGETS | |
parent | 70b6f09bf80cbc8dadb12fbd6e2cb325de952c7f (diff) | |
download | justbuild-4e2ce048cc3da45602b3a366d9b7377125164074.tar.gz |
Utils: Add curl context utility class
Diffstat (limited to 'src/utils/cpp/TARGETS')
-rw-r--r-- | src/utils/cpp/TARGETS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/utils/cpp/TARGETS b/src/utils/cpp/TARGETS index 43ff504a..82177208 100644 --- a/src/utils/cpp/TARGETS +++ b/src/utils/cpp/TARGETS @@ -58,4 +58,12 @@ , "stage": ["src", "utils", "cpp"] , "private-deps": [["src/buildtool/file_system", "file_system_manager"]] } +, "curl_context": + { "type": ["@", "rules", "CC", "library"] + , "name": ["curl_context"] + , "hdrs": ["curl_context.hpp"] + , "srcs": ["curl_context.cpp"] + , "stage": ["src", "utils", "cpp"] + , "private-deps": [["src/buildtool/logging", "logging"], ["", "libcurl"]] + } } |