diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2018-08-06 16:01:06 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2018-08-06 16:01:06 -0400 |
commit | f605bf346904c18b3ba69c8cf2a624c5905f8cf5 (patch) | |
tree | 3b0f26cf2c05c78cdb98ae668a2273cae420e943 /CMakeLists.txt | |
parent | 2b85c7941c95b46203dbd65e012844774495104a (diff) | |
download | father-f605bf346904c18b3ba69c8cf2a624c5905f8cf5.tar.gz father-f605bf346904c18b3ba69c8cf2a624c5905f8cf5.tar.bz2 father-f605bf346904c18b3ba69c8cf2a624c5905f8cf5.zip |
Switched from streaming API to timeline polling
Also included hkutil for the string split function.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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) | |||
10 | include_directories( | 10 | include_directories( |
11 | vendor/libtwittercpp/src | 11 | vendor/libtwittercpp/src |
12 | vendor/verbly/lib | 12 | vendor/verbly/lib |
13 | ${yaml-cpp_INCLUDE_DIRS}) | 13 | ${yaml-cpp_INCLUDE_DIRS} |
14 | vendor/hkutil) | ||
14 | 15 | ||
15 | add_executable(father father.cpp) | 16 | add_executable(father father.cpp) |
16 | set_property(TARGET father PROPERTY CXX_STANDARD 11) | 17 | set_property(TARGET father PROPERTY CXX_STANDARD 11) |