diff options
Diffstat (limited to 'src/utils/cpp/TARGETS')
-rw-r--r-- | src/utils/cpp/TARGETS | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/utils/cpp/TARGETS b/src/utils/cpp/TARGETS index 73c5e462..7c05472f 100644 --- a/src/utils/cpp/TARGETS +++ b/src/utils/cpp/TARGETS @@ -16,7 +16,12 @@ { "type": ["@", "rules", "CC", "library"] , "name": ["json"] , "hdrs": ["json.hpp"] - , "deps": ["gsl", ["@", "json", "", "json"], ["@", "gsl", "", "gsl"]] + , "deps": + [ "gsl" + , ["@", "json", "", "json"] + , ["@", "gsl", "", "gsl"] + , ["@", "fmt", "", "fmt"] + ] , "stage": ["src", "utils", "cpp"] } , "concepts": |