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