blob: 7a95b2c1b7ba20af6859485dcfd73e9605b60a71 (
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}: cxx{driver} $libs doc{README}
exe{driver}: test.input = position.xml
|