diff options
Diffstat (limited to 'src/buildtool/common/TARGETS')
-rw-r--r-- | src/buildtool/common/TARGETS | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/buildtool/common/TARGETS b/src/buildtool/common/TARGETS index ed3cb1f7..9e124045 100644 --- a/src/buildtool/common/TARGETS +++ b/src/buildtool/common/TARGETS @@ -88,7 +88,6 @@ , "artifact_digest_factory.hpp" , "artifact.hpp" , "identifier.hpp" - , "statistics.hpp" ] , "srcs": ["artifact_digest_factory.cpp"] , "deps": @@ -222,4 +221,10 @@ , "deps": [["src/buildtool/crypto", "hash_function"]] , "stage": ["src", "buildtool", "common"] } +, "statistics": + { "type": ["@", "rules", "CC", "library"] + , "name": ["statistics"] + , "hdrs": ["statistics.hpp"] + , "stage": ["src", "buildtool", "common"] + } } |