diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-02-15 14:47:15 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-02-17 16:27:50 +0100 |
commit | ebe7695ee5803dd3c2bb4f22f5e12d776c985d56 (patch) | |
tree | 9aca606caff43ed369d6afafa75a09ff5388c251 /src/utils/cpp/TARGETS | |
parent | b6a4271feaa2ed9eaa553189183a74cb28c4b5fd (diff) | |
download | justbuild-ebe7695ee5803dd3c2bb4f22f5e12d776c985d56.tar.gz |
structure cleanup: move libcurl utilities to other_tools...
...in order to not include unwanted dependencies in just proper.
As the whole other_tools folder is meant to be excluded from
bootstrapping, also remove the bootstrap guards.
Diffstat (limited to 'src/utils/cpp/TARGETS')
-rw-r--r-- | src/utils/cpp/TARGETS | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/utils/cpp/TARGETS b/src/utils/cpp/TARGETS index 4bc79e8e..42d8ae9e 100644 --- a/src/utils/cpp/TARGETS +++ b/src/utils/cpp/TARGETS @@ -58,27 +58,6 @@ , "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"]] - } -, "curl_easy_handle": - { "type": ["@", "rules", "CC", "library"] - , "name": ["curl_easy_handle"] - , "hdrs": ["curl_easy_handle.hpp"] - , "srcs": ["curl_easy_handle.cpp"] - , "deps": ["curl_context", ["@", "gsl-lite", "", "gsl-lite"]] - , "stage": ["src", "utils", "cpp"] - , "private-deps": - [ ["src/buildtool/logging", "logging"] - , ["src/buildtool/file_system", "file_system_manager"] - , ["", "libcurl"] - ] - } , "file_locking": { "type": ["@", "rules", "CC", "library"] , "name": ["file_locking"] |