summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgor Pugin <egor.pugin@gmail.com>2020-03-13 17:14:19 +0300
committerEgor Pugin <egor.pugin@gmail.com>2020-03-13 17:14:19 +0300
commit6a17bc63805d7068c74dbc289b4e5d8d2a8c2e39 (patch)
treeeb9dee77cbc87f9791c6471e07eeab81260e350b
parent986c181d68447ac2463b6945e4ed68fe39f800e5 (diff)
parent5bdfc35c6542e3c94def4cec1863606cc6616e5e (diff)
Merge branch 'master' of github.com-egorpugin:reo7sp/tgbot-cpp
-rw-r--r--sw.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw.cpp b/sw.cpp
index 0ab5ecf..adfd5b7 100644
--- a/sw.cpp
+++ b/sw.cpp
@@ -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;