From e1031f20f9139a554c3e4cf70585ae0dcea1bcda Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Thu, 5 Dec 2019 00:59:41 +0300 Subject: Apply @JellyBrick fixes --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 881ec0f..908cf69 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,8 +33,7 @@ set(SRC_LIST src/tools/FileTools.cpp src/tools/StringTools.cpp src/types/InlineQueryResult.cpp - src/types/InputFile.cpp - include/tgbot/types/Poll.h include/tgbot/types/PollOption.h include/tgbot/types/LoginUrl.h include/tgbot/types/ChatPermissions.h) + src/types/InputFile.cpp) # libs ## threads -- cgit v1.2.3