diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-03-31 23:29:49 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-04 13:28:18 +0300 |
commit | d53c8a6ce3d868da66d97a9243365e88d0879343 (patch) | |
tree | 7d1268f62808f706c3a4d5631456afb4cbe24fb2 /butl/buildfile | |
parent | f4f30ed51b9bcd84cf25b601fab0a0064aae7af8 (diff) |
Add tab_parser
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 0aa0aae..b54a887 100644 --- a/butl/buildfile +++ b/butl/buildfile @@ -25,6 +25,7 @@ lib{butl}: \ {hxx cxx}{ sha256 } \ {hxx }{ small-vector } \ {hxx txx }{ string-table } \ + {hxx cxx}{ tab-parser } \ {hxx cxx}{ target-triplet } \ {hxx cxx}{ timestamp } \ {hxx ixx cxx}{ utility } \ |