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/TARGETS7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/utils/cpp/TARGETS b/src/utils/cpp/TARGETS
index dbc409a6..2089b75a 100644
--- a/src/utils/cpp/TARGETS
+++ b/src/utils/cpp/TARGETS
@@ -100,4 +100,11 @@
, "deps": [["@", "fmt", "", "fmt"]]
, "stage": ["src", "utils", "cpp"]
}
+, "transformed_range":
+ { "type": ["@", "rules", "CC", "library"]
+ , "name": ["transformed_range"]
+ , "hdrs": ["transformed_range.hpp"]
+ , "deps": [["@", "gsl", "", "gsl"]]
+ , "stage": ["src", "utils", "cpp"]
+ }
}