From 62fed0cf026e676297b7560d8ffaef77d3017ce4 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Wed, 31 Jul 2024 14:59:24 +0200 Subject: Add a utility function to rewrite path strings relative to a subdirectory --- 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 8a7f8dff..fda8f473 100644 --- a/src/utils/cpp/TARGETS +++ b/src/utils/cpp/TARGETS @@ -48,6 +48,12 @@ , "hdrs": ["path.hpp"] , "stage": ["src", "utils", "cpp"] } +, "path_rebase": + { "type": ["@", "rules", "CC", "library"] + , "name": ["path_rebase"] + , "hdrs": ["path_rebase.hpp"] + , "stage": ["src", "utils", "cpp"] + } , "vector": { "type": ["@", "rules", "CC", "library"] , "name": ["vector"] -- cgit v1.2.3