diff options
Diffstat (limited to 'etc/imports/libs.TARGETS')
-rw-r--r-- | etc/imports/libs.TARGETS | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/etc/imports/libs.TARGETS b/etc/imports/libs.TARGETS index f455122..57adf74 100644 --- a/etc/imports/libs.TARGETS +++ b/etc/imports/libs.TARGETS @@ -1,3 +1,10 @@ { "tree": - {"type": "tree", "deps": [["@", "gtest", "", "tree"]], "tainted": ["test"]} + { "type": "tree" + , "deps": + [ ["@", "gtest", "", "tree"] + , ["@", "libz", "", "tree"] + , ["@", "libcurl", "", "tree"] + ] + , "tainted": ["test"] + } } |