diff options
Diffstat (limited to 'src/utils/cpp/TARGETS')
-rw-r--r-- | src/utils/cpp/TARGETS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/utils/cpp/TARGETS b/src/utils/cpp/TARGETS index fffb2e7b..73c5e462 100644 --- a/src/utils/cpp/TARGETS +++ b/src/utils/cpp/TARGETS @@ -77,4 +77,10 @@ , "deps": [["@", "gsl", "", "gsl"]] , "stage": ["src", "utils", "cpp"] } +, "path_hash": + { "type": ["@", "rules", "CC", "library"] + , "name": ["path_hash"] + , "hdrs": ["path_hash.hpp"] + , "stage": ["src", "utils", "cpp"] + } } |