diff options
Diffstat (limited to 'butl/buildfile')
-rw-r--r-- | butl/buildfile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/butl/buildfile b/butl/buildfile new file mode 100644 index 0000000..5ccc75a --- /dev/null +++ b/butl/buildfile @@ -0,0 +1,6 @@ +# file : butl/buildfile +# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +lib{butl}: cxx{dummy} +lib{butl}: cxx.export.poptions = -I$src_root |