diff options
author | Griffin Smith <grfn@gws.fyi> | 2020-08-08T19·13-0400 |
---|---|---|
committer | glittershark <grfn@gws.fyi> | 2020-08-09T01·52+0000 |
commit | 747dc6515410913aa8eec33d7e84f80e84b8773b (patch) | |
tree | 43c19d9e3107097ca32d9c984f08ca4b5f6a4c61 /third_party/nix/src/libutil/CMakeLists.txt | |
parent | ef7894273bde96f6fc3523caa93f1e4a4ad64e43 (diff) |
refactor(tvix): Factor-out proto utilities r/1621
Factor out the shared utilities for interacting with protobufs/grpc from libstore to a proto.hh header in libproto. Change-Id: I1cb8d94867d5d4b63a9994be0b53f8f612eb8e3a Reviewed-on: https://cl.tvl.fyi/c/depot/+/1691 Tested-by: BuildkiteCI Reviewed-by: kanepyork <rikingcoding@gmail.com>
Diffstat (limited to 'third_party/nix/src/libutil/CMakeLists.txt')
-rw-r--r-- | third_party/nix/src/libutil/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/nix/src/libutil/CMakeLists.txt b/third_party/nix/src/libutil/CMakeLists.txt index ca60dd7a6ec8..cdf4655c4007 100644 --- a/third_party/nix/src/libutil/CMakeLists.txt +++ b/third_party/nix/src/libutil/CMakeLists.txt @@ -18,6 +18,7 @@ set(HEADER_FILES lru-cache.hh monitor-fd.hh pool.hh + proto.hh ref.hh serialise.hh sync.hh |