about summary refs log tree commit diff stats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2018-08-30 19:27:14 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2018-08-30 19:27:14 -0400
commit62bb8a055fea0a1f3e25f757ca8201f54bae6012 (patch)
tree46f94b47d019281d836d5ffef2231754b5cb7809 /CMakeLists.txt
parentcc57105f29b4095daad03273bc1a882368e75664 (diff)
downloadlibtwittercpp-62bb8a055fea0a1f3e25f757ca8201f54bae6012.tar.gz
libtwittercpp-62bb8a055fea0a1f3e25f757ca8201f54bae6012.tar.bz2
libtwittercpp-62bb8a055fea0a1f3e25f757ca8201f54bae6012.zip
Removed more stream-related classes
Among the deleted classes are list and direct_message. These classes were just stubs because the streaming API was able to return those objects. libtwitter++ does not yet actually support these objects, so the stub classes will be deleted for now.

refs #3
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 74b6977..bdca0f5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -16,8 +16,6 @@ add_library(twitter++
16 src/timeline.cpp 16 src/timeline.cpp
17 src/tweet.cpp 17 src/tweet.cpp
18 src/codes.cpp 18 src/codes.cpp
19 src/direct_message.cpp
20 src/list.cpp
21 src/user.cpp 19 src/user.cpp
22 src/configuration.cpp 20 src/configuration.cpp
23 src/util.cpp) 21 src/util.cpp)