blob: 63c54f6a06ad79f408034693372e87c29b7fbbf0 (
plain)
1
2
3
4
5
6
7
8
|
# file : examples/roundtrip/buildfile
# copyright : Copyright (c) 2013-2017 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
|