blob: 84f22c43fdd15e9b8d3f8790a5f157ccc3c19232 (
plain)
1
2
3
4
5
6
|
# file : unit-tests/name/buildfile
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
include ../../build2/
exe{driver}: {hxx cxx}{*} ../../build2/libu{b}
|