blob: ee23ca900ee3869ae96b3b2b01b6583ae6bacdc0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# file : tests/manifest/buildfile
# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
import libs += libbutl #@@ hack to get -I
exe{driver}: cxx{driver} ../../bpkg/lib{bpkg} $libs
include ../../bpkg/
# test: ./driver manifest | diff -u manifest -
|