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