diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-05 09:19:46 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-05 09:19:46 +0200 |
commit | aaab4b270cb86c0dd29ac79dc889fabec33b2448 (patch) | |
tree | dd71cc2288d2a15f3b958faa4a54a288eecd2ead /tests/manifest-roundtrip | |
parent | 8546868b68642c2c9199825b5043c435b80dc90e (diff) |
Add support for build-time dependencies
Diffstat (limited to 'tests/manifest-roundtrip')
-rw-r--r-- | tests/manifest-roundtrip/manifest | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/manifest-roundtrip/manifest b/tests/manifest-roundtrip/manifest index 31d6b28..23c2730 100644 --- a/tests/manifest-roundtrip/manifest +++ b/tests/manifest-roundtrip/manifest @@ -20,6 +20,9 @@ email: build-users@codesynthesis.com; Public mailing list, posts by\ non-members are allowed but moderated. package-email: boris@codesynthesis.com; Direct email to the author. depends: libbutl +depends: * build2 +depends: ?* bpkg +requires: ?* linux | windows requires: c++11 : path: c:\windows\\ |