diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-03 18:02:52 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-03 18:02:52 +0200 |
commit | 63db167609165b5a4af0f3b0dbdaf3f2fdbe6dbc (patch) | |
tree | a0b1654fbde29b0a926cc638a8777cb20cdcbe31 /butl/buildfile | |
parent | 0c3aa2e327c9599a768761d549844520a86bfc94 (diff) |
Add hxx{version} to buildfile
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 a8b1465..f016581 100644 --- a/butl/buildfile +++ b/butl/buildfile @@ -15,7 +15,8 @@ lib{butl}: \ {hxx ixx cxx}{ process } \ {hxx txx }{ string-table } \ {hxx cxx}{ timestamp } \ -{hxx }{ utility } +{hxx }{ utility } \ +{hxx }{ version } cxx.poptions += -I$src_root lib{butl}: cxx.export.poptions = -I$src_root |