blob: ad2920a2ae17a7a1f70ea92dbd67ef1887a5b894 (
plain)
1
2
3
4
5
6
7
8
|
# file : examples/roundtrip/buildfile
# copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
import libs = libstudxml%lib{studxml}
exe{driver}: {hxx cxx}{*} $libs doc{README}
exe{driver}: file{position.xml}: test.input = true
|