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