blob: 056dd13c6fa8535c76917863968366c2ff69508e (
plain)
1
2
3
4
5
6
7
8
9
|
# file : tests/package-version/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/
|