From dc65f9612e9feea1732572e8188d900495349059 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 18 Jun 2015 12:25:02 +0200 Subject: Move prefix-map from build2 to libbutl --- tests/prefix-map/buildfile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/prefix-map/buildfile (limited to 'tests/prefix-map/buildfile') diff --git a/tests/prefix-map/buildfile b/tests/prefix-map/buildfile new file mode 100644 index 0000000..0fe9664 --- /dev/null +++ b/tests/prefix-map/buildfile @@ -0,0 +1,7 @@ +# file : tests/prefix-map/buildfile +# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +exe{driver}: cxx{driver} ../../butl/lib{butl} + +include ../../butl/ -- cgit v1.1