diff options
Diffstat (limited to 'butl/buildfile')
-rw-r--r-- | butl/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/butl/buildfile b/butl/buildfile index c289532..e9fc900 100644 --- a/butl/buildfile +++ b/butl/buildfile @@ -2,6 +2,6 @@ # copyright : Copyright (c) 2014-2015 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -lib{butl}: cxx{fdstream process} +lib{butl}: cxx{fdstream filesystem path process timestamp} cxx.poptions += -I$src_root lib{butl}: cxx.export.poptions = -I$src_root |