From dbc4eca7e08674a1158e48f40c7731cc7b501557 Mon Sep 17 00:00:00 2001 From: Alberto Sartori Date: Tue, 28 Jun 2022 19:12:55 +0200 Subject: define new header-only library for vector manipulation --- src/utils/cpp/TARGETS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/utils/cpp/TARGETS') diff --git a/src/utils/cpp/TARGETS b/src/utils/cpp/TARGETS index 7268f10a..a0b23a5b 100644 --- a/src/utils/cpp/TARGETS +++ b/src/utils/cpp/TARGETS @@ -43,4 +43,10 @@ , "hdrs": ["path.hpp"] , "stage": ["src", "utils", "cpp"] } +, "vector": + { "type": ["@", "rules", "CC", "library"] + , "name": ["vector"] + , "hdrs": ["vector.hpp"] + , "stage": ["src", "utils", "cpp"] + } } -- cgit v1.2.3