diff options
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"]] + } } |