summaryrefslogtreecommitdiff
path: root/src/utils/cpp/TARGETS
diff options
context:
space:
mode:
authorAlberto Sartori <alberto.sartori@huawei.com>2022-06-28 19:12:55 +0200
committerAlberto Sartori <alberto.sartori@huawei.com>2022-06-28 19:12:55 +0200
commitdbc4eca7e08674a1158e48f40c7731cc7b501557 (patch)
tree916d87f3f35f87f85ce15fd2e2566f5dca110ee2 /src/utils/cpp/TARGETS
parent0ecb86e63af6e747a7ec812962de00b2179a2cd9 (diff)
downloadjustbuild-dbc4eca7e08674a1158e48f40c7731cc7b501557.tar.gz
define new header-only library for vector manipulation
Diffstat (limited to 'src/utils/cpp/TARGETS')
-rw-r--r--src/utils/cpp/TARGETS6
1 files changed, 6 insertions, 0 deletions
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"]
+ }
}