diff options
author | Egor Pugin <egor.pugin@gmail.com> | 2020-03-13 17:14:19 +0300 |
---|---|---|
committer | Egor Pugin <egor.pugin@gmail.com> | 2020-03-13 17:14:19 +0300 |
commit | 6a17bc63805d7068c74dbc289b4e5d8d2a8c2e39 (patch) | |
tree | eb9dee77cbc87f9791c6471e07eeab81260e350b | |
parent | 986c181d68447ac2463b6945e4ed68fe39f800e5 (diff) | |
parent | 5bdfc35c6542e3c94def4cec1863606cc6616e5e (diff) |
Merge branch 'master' of github.com-egorpugin:reo7sp/tgbot-cpp
-rw-r--r-- | sw.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ void build(Solution &s) { tgbot += Git("https://github.com/reo7sp/tgbot-cpp", "v{M}.{m}"); + tgbot += cpp11; + tgbot.Public += "org.sw.demo.boost.property_tree"_dep; tgbot.Public += "org.sw.demo.openssl.ssl"_dep; tgbot.Public += "org.sw.demo.boost.system"_dep; |