diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-01-06 17:28:08 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-01-06 17:28:08 +0200 |
commit | 39101a4383d38c1217c44b999a6e3bd199727c60 (patch) | |
tree | a9c5b7d67812e3fa5f5d71310abcfbd14b4aecb7 /tests/target-triplet/buildfile | |
parent | 7b5d1f33f434034eb7946f459c7fa76b10f620f1 (diff) |
Rework and rename target_triplet
Diffstat (limited to 'tests/target-triplet/buildfile')
-rw-r--r-- | tests/target-triplet/buildfile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/target-triplet/buildfile b/tests/target-triplet/buildfile new file mode 100644 index 0000000..ca8365d --- /dev/null +++ b/tests/target-triplet/buildfile @@ -0,0 +1,7 @@ +# file : tests/target-triplet/buildfile +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +exe{driver}: cxx{driver} ../../butl/lib{butl} + +include ../../butl/ |