diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-27 12:27:54 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-27 12:27:54 +0200 |
commit | ae02c68df6f26ff24b008ca047ae7750eeecedac (patch) | |
tree | 3aa59815cfae218923ae3f8b5f8f2f3e611ee3ee /tests/triplet/buildfile | |
parent | 59fc5d5cc5341e0505216c17405af995116ebb3b (diff) |
Add support for parsing cpu-vendor-os target triplets
Diffstat (limited to 'tests/triplet/buildfile')
-rw-r--r-- | tests/triplet/buildfile | 7 |
1 files changed, 7 insertions, 0 deletions
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/ |