diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2022-10-26 16:16:25 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2022-12-21 14:59:04 +0100 |
commit | cea4e40ebd3a14f3075c11bb16abbcbeae0c1718 (patch) | |
tree | 44e944b6ca82ec8d40e20058b88d8718beb525e6 /src/utils/cpp/TARGETS | |
parent | f9bcf7a1cdcb08e8283cd4062ec114f050bd4ccd (diff) | |
download | justbuild-cea4e40ebd3a14f3075c11bb16abbcbeae0c1718.tar.gz |
Utils: Add wrapper class for libarchive operations
Diffstat (limited to 'src/utils/cpp/TARGETS')
-rw-r--r-- | src/utils/cpp/TARGETS | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/utils/cpp/TARGETS b/src/utils/cpp/TARGETS index e278210e..c3c513e2 100644 --- a/src/utils/cpp/TARGETS +++ b/src/utils/cpp/TARGETS @@ -79,4 +79,14 @@ , ["", "libcurl"] ] } +, "archive_ops": + { "type": ["@", "rules", "CC", "library"] + , "name": ["archive_ops"] + , "hdrs": ["archive_ops.hpp"] + , "srcs": ["archive_ops.cpp"] + , "deps": [["@", "gsl-lite", "", "gsl-lite"]] + , "stage": ["src", "utils", "cpp"] + , "private-deps": + [["src/buildtool/file_system", "file_system_manager"], ["", "libarchive"]] + } } |