# file : cxx/parser/validation/built-in/uri/buildfile # license : GNU GPL v2 + exceptions; see accompanying LICENSE file import libs = libxsd%lib{xsd} exe{driver}: {hxx cxx}{*} $libs # Define XSD_CXX11 since we include libxsd headers directly. # cxx.poptions += -DXSD_CXX11