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