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