From cea4e40ebd3a14f3075c11bb16abbcbeae0c1718 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Wed, 26 Oct 2022 16:16:25 +0200 Subject: Utils: Add wrapper class for libarchive operations --- src/utils/cpp/TARGETS | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/utils/cpp/TARGETS') 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"]] + } } -- cgit v1.2.3