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