diff options
Diffstat (limited to 'tests/import/installed/buildfile')
-rw-r--r-- | tests/import/installed/buildfile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/import/installed/buildfile b/tests/import/installed/buildfile new file mode 100644 index 0000000..40c77ce --- /dev/null +++ b/tests/import/installed/buildfile @@ -0,0 +1,8 @@ +using cxx + +hxx.ext = hxx +cxx.ext = cxx + +import libs += lib{z} + +exe{driver}: cxx{driver} $libs |