blob: 3f049825929c3a885ea6122867fcdb539a0a8ffa (
plain)
1
2
3
4
5
6
7
|
# file : tests/manifest-rewriter/buildfile
# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
import libs = libbutl%lib{butl}
exe{driver}: {hxx cxx}{*} $libs
|