blob: 95b3c475dd9c887f14a07c00b03ed5171adf33c3 (
plain)
1
2
3
4
5
6
7
8
|
# file : tests/repository-location/buildfile
# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
import libs = libbutl%lib{butl}
import libs += libbpkg%lib{bpkg}
exe{driver}: {hxx cxx}{*} $libs
|