diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-20 17:31:26 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-20 21:08:32 +0300 |
commit | 5661b404b0104c3065a40ad622bdd3c11d748a99 (patch) | |
tree | b1e1d7aefa9fda7214fa0fcce92cf1b85f87fc76 /butl/buildfile | |
parent | 972f89d5a1d0c094241eb6ce1b8f499e3fcf151b (diff) |
Implement string_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 328afc0..75217fa 100644 --- a/butl/buildfile +++ b/butl/buildfile @@ -28,6 +28,7 @@ lib{butl}: \ {hxx ixx cxx}{ sendmail } \ {hxx cxx}{ sha256 } \ {hxx }{ small-vector } \ + {hxx cxx}{ string-parser } \ {hxx txx }{ string-table } \ {hxx cxx}{ tab-parser } \ {hxx cxx}{ target-triplet } \ |