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