From 8c2e7c646f2a549ea9b4db831d8088f57b3287ae Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sat, 4 Feb 2017 10:32:55 -0500 Subject: Updated verbly (new API) Notably, the bot should not be able to use ethnic slurs now. sentence.cpp is basically just copied from advice. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index e6a8aa7..cbc9e68 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ add_subdirectory(vendor/verbly) add_subdirectory(vendor/yaml-cpp EXCLUDE_FROM_ALL) include_directories(vendor/libtwittercpp/src vendor/verbly/lib vendor/yaml-cpp/include) -add_executable(furries furries.cpp) +add_executable(furries furries.cpp sentence.cpp) set_property(TARGET furries PROPERTY CXX_STANDARD 11) set_property(TARGET furries PROPERTY CXX_STANDARD_REQUIRED ON) target_link_libraries(furries verbly twitter++ yaml-cpp) -- cgit 1.4.1