From c1981e367aafc22389ac0ab506b00e9657c8071c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 20 Jul 2015 10:38:02 +0200 Subject: Implement support for importing installed libraries --- tests/import/installed/buildfile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/import/installed/buildfile (limited to 'tests/import/installed/buildfile') 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 -- cgit v1.1