From f605bf346904c18b3ba69c8cf2a624c5905f8cf5 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Mon, 6 Aug 2018 16:01:06 -0400 Subject: Switched from streaming API to timeline polling Also included hkutil for the string split function. --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 0ce3bea..6ccb287 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,8 @@ add_subdirectory(vendor/verbly) include_directories( vendor/libtwittercpp/src vendor/verbly/lib - ${yaml-cpp_INCLUDE_DIRS}) + ${yaml-cpp_INCLUDE_DIRS} + vendor/hkutil) add_executable(father father.cpp) set_property(TARGET father PROPERTY CXX_STANDARD 11) -- cgit 1.4.1