about summary refs log tree commit diff stats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
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)