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