diff options
Diffstat (limited to 'src/other_tools/utils/TARGETS')
-rw-r--r-- | src/other_tools/utils/TARGETS | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/other_tools/utils/TARGETS b/src/other_tools/utils/TARGETS index 35685ba7..65772ae8 100644 --- a/src/other_tools/utils/TARGETS +++ b/src/other_tools/utils/TARGETS @@ -11,11 +11,15 @@ , "name": ["curl_easy_handle"] , "hdrs": ["curl_easy_handle.hpp"] , "srcs": ["curl_easy_handle.cpp"] - , "deps": ["curl_context", ["@", "gsl", "", "gsl"]] + , "deps": + [ "curl_context" + , ["src/buildtool/logging", "log_level"] + , ["@", "gsl", "", "gsl"] + ] , "stage": ["src", "other_tools", "utils"] , "private-deps": - [ ["src/buildtool/logging", "logging"] - , ["src/buildtool/file_system", "file_system_manager"] + [ ["src/buildtool/file_system", "file_system_manager"] + , ["src/buildtool/logging", "logging"] , ["", "libcurl"] ] } |