blob: 76629d507a855149aca8dca213691998c8a773a0 (
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{fdstream}
lib{butl}: cxx.export.poptions = -I$src_root
|