diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2018-11-29 18:29:34 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2018-11-29 18:29:34 +0100 |
| commit | ca992f4f76d09965e4e62c805daa02b23266a224 (patch) | |
| tree | 07eaeae4e288832306c353dd46cd3c2e52b8b5db /conanfile.py | |
| parent | d018603b1ff8e93902e8c9c904199f54076154c4 (diff) | |
| download | wanda-ca992f4f76d09965e4e62c805daa02b23266a224.tar.xz wanda-ca992f4f76d09965e4e62c805daa02b23266a224.zip | |
control: begin control interface implementation
Diffstat (limited to 'conanfile.py')
| -rw-r--r-- | conanfile.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conanfile.py b/conanfile.py index a77ff14..26b6e47 100644 --- a/conanfile.py +++ b/conanfile.py @@ -25,6 +25,7 @@ class Wanda(ConanFile): requires = ( "boost_program_options/1.67.0@bincrafters/stable", "boost_iterator/1.67.0@bincrafters/stable", + "boost_asio/1.67.0@bincrafters/stable", ) def build(self): |
