From 193efb512ffbc2231ef5c48699d51fbae3f3f9f1 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 10 Sep 2016 22:51:55 +0300 Subject: Move tests and examples to build2 as subprojects --- examples/processing/buildfile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 examples/processing/buildfile (limited to 'examples/processing/buildfile') diff --git a/examples/processing/buildfile b/examples/processing/buildfile new file mode 100644 index 0000000..138992c --- /dev/null +++ b/examples/processing/buildfile @@ -0,0 +1,4 @@ +import libs = libstudxml%lib{studxml} + +exe{driver}: cxx{driver} $libs +exe{driver}: test.input = position.xml -- cgit v1.1