blob: 8056f64755794c9c9ba39cd9bde5df348bd015c1 (
plain)
1
2
3
4
5
6
7
|
# file : tests/manifest-roundtrip/buildfile
# license : MIT; see accompanying LICENSE file
import libs = libbutl%lib{butl}
exe{driver}: {hxx cxx}{*} $libs
exe{driver}: manifest: test.roundtrip = true
|