diff options
author | Andrea Giove <andreagiove@outlook.com> | 2016-03-27 18:24:03 +0200 |
---|---|---|
committer | Andrea Giove <andreagiove@outlook.com> | 2016-03-27 18:24:03 +0200 |
commit | 405d973af3460ee2860d01c7169cf6749fa98b07 (patch) | |
tree | 33f5227ecf142138709378d3ef95e0cfee29519c /CMakeLists.txt | |
parent | d2baea74a0ac09db992ab36a861d09caccdab697 (diff) |
Fixed compilation errors
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a31acc0..167c1c6 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) ### libs # threads |