blob: 5ccc75a0300315cd2b1f67920f9d83bbbc400d76 (
plain)
1
2
3
4
5
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
|