blob: 63212fadc75c0f2739d344b391069cdf559fa52a (
plain)
1
2
3
4
5
6
7
|
# file : tests/base64/buildfile
# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
exe{driver}: cxx{driver} ../../butl/lib{butl}
include ../../butl/
|