diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2018-11-30 19:13:51 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2018-11-30 19:13:51 +0100 |
| commit | 4ded35e5f876d5e8daab47e429450f9bf5e32666 (patch) | |
| tree | cfe08bbd6827a2cfa3b6cdeed03e537de2c951c5 /conanfile.py | |
| parent | 85947e3caa26f905538186a32bb67e16d59d1260 (diff) | |
| download | wanda-4ded35e5f876d5e8daab47e429450f9bf5e32666.tar.xz wanda-4ded35e5f876d5e8daab47e429450f9bf5e32666.zip | |
wandad: begin implementing better logging
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 26b6e47..630e481 100644 --- a/conanfile.py +++ b/conanfile.py @@ -26,6 +26,7 @@ class Wanda(ConanFile): "boost_program_options/1.67.0@bincrafters/stable", "boost_iterator/1.67.0@bincrafters/stable", "boost_asio/1.67.0@bincrafters/stable", + "spdlog/1.2.1@bincrafters/stable", ) def build(self): |
