diff options
Diffstat (limited to 'src/utils/cpp/TARGETS')
-rw-r--r-- | src/utils/cpp/TARGETS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/utils/cpp/TARGETS b/src/utils/cpp/TARGETS index 2a0b3f10..509aae03 100644 --- a/src/utils/cpp/TARGETS +++ b/src/utils/cpp/TARGETS @@ -113,4 +113,11 @@ , "hdrs": ["expected.hpp"] , "stage": ["src", "utils", "cpp"] } +, "back_map": + { "type": ["@", "rules", "CC", "library"] + , "name": ["back_map"] + , "hdrs": ["back_map.hpp"] + , "deps": [["@", "gsl", "", "gsl"]] + , "stage": ["src", "utils", "cpp"] + } } |