diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-18 12:25:02 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-18 12:25:02 +0200 |
commit | dc65f9612e9feea1732572e8188d900495349059 (patch) | |
tree | 6fa08b0b919da7eda16280b469b99ac54eb8d3d1 /tests/prefix-map/buildfile | |
parent | a9e2221dfddfbe26eebd6fca92a99be9e8ec1082 (diff) |
Move prefix-map from build2 to libbutl
Diffstat (limited to 'tests/prefix-map/buildfile')
-rw-r--r-- | tests/prefix-map/buildfile | 7 |
1 files changed, 7 insertions, 0 deletions
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/ |