diff options
Diffstat (limited to 'src/utils/automata/TARGETS')
-rw-r--r-- | src/utils/automata/TARGETS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/utils/automata/TARGETS b/src/utils/automata/TARGETS index 39df4e98..29f43a92 100644 --- a/src/utils/automata/TARGETS +++ b/src/utils/automata/TARGETS @@ -4,7 +4,8 @@ , "hdrs": ["dfa_minimizer.hpp"] , "stage": ["src", "utils", "automata"] , "deps": - [ ["@", "json", "", "json"] + [ ["@", "gsl", "", "gsl"] + , ["@", "json", "", "json"] , ["src/utils/cpp", "hex_string"] , ["src/utils/cpp", "hash_combine"] ] |