From 20f9f2c198590c0f47a81ea24c4c3c446cd5d74f Mon Sep 17 00:00:00 2001 From: Andrea Giove Date: Sun, 27 Mar 2016 21:05:45 +0200 Subject: Move InlineQueryResult.cpp in the right dir --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 167c1c6..c13a633 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ set(SRC_LIST src/net/HttpParser.cpp src/net/TgLongPoll.cpp src/tools/StringTools.cpp - test/InlineQueryResult.cpp) + src/types/InlineQueryResult.cpp) ### libs # threads -- cgit v1.2.3