blob: 0f65c29b34ceaa76f0fce2ea0700bd1d88a80b09 (
plain)
1
2
3
4
5
6
7
8
9
|
# file : tests/manifest-roundtrip/buildfile
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
import libs = libbutl%lib{butl}
libs += $stdmod_lib
exe{driver}: {hxx cxx}{*} $libs
exe{driver}: manifest: test.roundtrip = true
|