diff options
Diffstat (limited to 'src/other_tools/utils/TARGETS')
-rw-r--r-- | src/other_tools/utils/TARGETS | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/other_tools/utils/TARGETS b/src/other_tools/utils/TARGETS index 8e1803b9..550de9f5 100644 --- a/src/other_tools/utils/TARGETS +++ b/src/other_tools/utils/TARGETS @@ -95,14 +95,13 @@ ] , "stage": ["src", "other_tools", "utils"] } -, "parse_computed_root": +, "parse_precomputed_root": { "type": ["@", "rules", "CC", "library"] - , "name": ["parse_computed_root"] - , "hdrs": ["parse_computed_root.hpp"] - , "srcs": ["parse_computed_root.cpp"] + , "name": ["parse_precomputed_root"] + , "hdrs": ["parse_precomputed_root.hpp"] + , "srcs": ["parse_precomputed_root.cpp"] , "deps": - [ ["@", "gsl", "", "gsl"] - , ["src/buildtool/build_engine/expression", "expression_ptr_interface"] + [ ["src/buildtool/build_engine/expression", "expression_ptr_interface"] , ["src/buildtool/file_system", "precomputed_root"] , ["src/utils/cpp", "expected"] ] |