diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2016-04-25 12:39:27 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2016-05-04 20:29:05 +0300 |
commit | 7806c39ecc92055cd338749148fda51b2dc01691 (patch) | |
tree | cb52f5bc766d12b68b9d20696aae0b60699ea43a /butl/buildfile | |
parent | d20431e11290320f04d62e26b9a7cbcefaf5480c (diff) |
Add base64_encode(), base64_decode()
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 bbec7a9..d214fd3 100644 --- a/butl/buildfile +++ b/butl/buildfile @@ -3,6 +3,7 @@ # license : MIT; see accompanying LICENSE file lib{butl}: \ +{hxx cxx}{ base64 } \ {hxx cxx}{ char-scanner } \ {hxx cxx}{ fdstream } \ {hxx ixx cxx}{ filesystem } \ |