blob: 6ac57e53af82e6d1fa460de55534fa51d36275ce (
plain)
1
2
3
4
5
6
7
|
# file : tests/manifest-serializer/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
|