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