From e886ac3a4f2dacc79cf174b1257146fd91bf6b7c Mon Sep 17 00:00:00 2001 From: Adrian Kummerländer Date: Fri, 18 Apr 2014 13:50:57 +0200 Subject: Added cmake build instructions * changed relative paths of input files to accomodate builds inside a separate directory --- test.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test.cc') diff --git a/test.cc b/test.cc index 39e591a..28a2cac 100644 --- a/test.cc +++ b/test.cc @@ -21,9 +21,9 @@ int main() { FunctionFileRead() ); - xalan::XSLTInputSource input("dummy/in.xml"); - xalan::XSLTInputSource tranformation("dummy/transform.xsl"); - xalan::XSLTResultTarget output("dummy/out.xml"); + xalan::XSLTInputSource input("../dummy/in.xml"); + xalan::XSLTInputSource tranformation("../dummy/transform.xsl"); + xalan::XSLTResultTarget output("out.xml"); int result(transformer.transform( input, -- cgit v1.2.3