blob: 942d7235d2eeb5f2b70e4522e9a6dadf36325237 (
plain)
1
2
3
4
5
6
7
|
# file : tests/repository-location/buildfile
# license : MIT; see accompanying LICENSE file
import libs = libbutl%lib{butl}
import libs += libbpkg%lib{bpkg}
exe{driver}: {hxx cxx}{*} $libs
|