diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-26 16:37:16 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-26 16:37:16 +0200 |
commit | f0edc0e2b67fa43c4e2410c7d3d8f1841d576749 (patch) | |
tree | 25ca1dd8c20649a1a9a35355670a1f5c8b99695c /tests/import/installed | |
parent | e347540d400c552917ca7067c4571f1028f6e1af (diff) |
Add pkg-config support for import installed
Redesign library importing/exporting while at it.
Diffstat (limited to 'tests/import/installed')
-rw-r--r-- | tests/import/installed/buildfile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/import/installed/buildfile b/tests/import/installed/buildfile index be051b2..ae9d705 100644 --- a/tests/import/installed/buildfile +++ b/tests/import/installed/buildfile @@ -1,6 +1,8 @@ using cxx -import libs += lib{z} +import libs += zlib%lib{z} +import libs += libsqlite3%lib{sqlite3} +import libs += libpq%lib{pq} #lib{driver}: cxx{driver} $libs |