summaryrefslogtreecommitdiff
path: root/src/utils/cpp/TARGETS
diff options
context:
space:
mode:
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 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"]