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