diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-30 15:42:32 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-30 15:42:32 +0200 |
commit | f60a701fdbdf4d88dc138cfca005269633a10c1d (patch) | |
tree | bfd6be6a3aadd659ea423f4d8773a59160fecefe /butl/buildfile | |
parent | ae02c68df6f26ff24b008ca047ae7750eeecedac (diff) |
Add pager class that allows to send output through pager program (less, more)
Diffstat (limited to 'butl/buildfile')
-rw-r--r-- | butl/buildfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/butl/buildfile b/butl/buildfile index de51ad5..f075e30 100644 --- a/butl/buildfile +++ b/butl/buildfile @@ -8,6 +8,7 @@ lib{butl}: \ {hxx ixx cxx}{ filesystem } \ {hxx }{ multi-index } \ {hxx }{ optional } \ +{hxx cxx}{ pager } \ {hxx ixx txx cxx}{ path } \ {hxx }{ path-io } \ {hxx }{ path-map } \ |