diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-11-22 12:08:21 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-11-22 12:08:21 +0200 |
commit | 0324ad68eed762ebf00ed4fb5a7ea2f2e3bd77b6 (patch) | |
tree | 36a327dbe3f33c6c25eb48ba54491261411dadfe /butl/buildfile | |
parent | a345a24df9e40e0ba2bf1b35a5a98420b4cc255d (diff) |
Add diagnostics facility
Diffstat (limited to 'butl/buildfile')
-rw-r--r-- | butl/buildfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/butl/buildfile b/butl/buildfile index fcb5f86..1607e7d 100644 --- a/butl/buildfile +++ b/butl/buildfile @@ -5,6 +5,7 @@ lib{butl}: \ {hxx cxx}{ base64 } \ {hxx cxx}{ char-scanner } \ +{hxx cxx}{ diagnostics } \ {hxx }{ export } \ {hxx ixx cxx}{ fdstream } \ {hxx ixx cxx}{ filesystem } \ @@ -23,7 +24,7 @@ lib{butl}: \ {hxx txx }{ string-table } \ {hxx cxx}{ timestamp } \ {hxx cxx}{ triplet } \ -{hxx ixx }{ utility } \ +{hxx ixx cxx}{ utility } \ {hxx }{ vector-view } \ {hxx }{ version } |