From 33812e4986bc03e42e3d61cc008cae301a6ddf89 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Thu, 17 Nov 2022 10:18:15 +0100 Subject: Utils: Add file locking utility class --- src/utils/cpp/TARGETS | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/utils/cpp/TARGETS') diff --git a/src/utils/cpp/TARGETS b/src/utils/cpp/TARGETS index c3c513e2..b835023f 100644 --- a/src/utils/cpp/TARGETS +++ b/src/utils/cpp/TARGETS @@ -89,4 +89,16 @@ , "private-deps": [["src/buildtool/file_system", "file_system_manager"], ["", "libarchive"]] } +, "file_locking": + { "type": ["@", "rules", "CC", "library"] + , "name": ["file_locking"] + , "hdrs": ["file_locking.hpp"] + , "srcs": ["file_locking.cpp"] + , "deps": [["@", "gsl-lite", "", "gsl-lite"]] + , "stage": ["src", "utils", "cpp"] + , "private-deps": + [ ["src/buildtool/file_system", "file_system_manager"] + , ["src/utils/cpp", "path"] + ] + } } -- cgit v1.2.3