From ae02c68df6f26ff24b008ca047ae7750eeecedac Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 27 Jan 2016 12:27:54 +0200 Subject: Add support for parsing cpu-vendor-os target triplets --- tests/triplet/buildfile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/triplet/buildfile (limited to 'tests/triplet/buildfile') diff --git a/tests/triplet/buildfile b/tests/triplet/buildfile new file mode 100644 index 0000000..237209e --- /dev/null +++ b/tests/triplet/buildfile @@ -0,0 +1,7 @@ +# file : tests/triplet/buildfile +# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +exe{driver}: cxx{driver} ../../butl/lib{butl} + +include ../../butl/ -- cgit v1.1