diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-02-04 10:32:55 -0500 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-02-04 10:32:55 -0500 |
commit | 8c2e7c646f2a549ea9b4db831d8088f57b3287ae (patch) | |
tree | fa9070e88a34284c6089b2939ea1d1ca6bef147e /CMakeLists.txt | |
parent | cb77fded0b9a8a9034ace592be04176c8778ddca (diff) | |
download | furries-8c2e7c646f2a549ea9b4db831d8088f57b3287ae.tar.gz furries-8c2e7c646f2a549ea9b4db831d8088f57b3287ae.tar.bz2 furries-8c2e7c646f2a549ea9b4db831d8088f57b3287ae.zip |
Updated verbly (new API)
Notably, the bot should not be able to use ethnic slurs now. sentence.cpp is basically just copied from advice.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
6 | add_subdirectory(vendor/yaml-cpp EXCLUDE_FROM_ALL) | 6 | add_subdirectory(vendor/yaml-cpp EXCLUDE_FROM_ALL) |
7 | 7 | ||
8 | include_directories(vendor/libtwittercpp/src vendor/verbly/lib vendor/yaml-cpp/include) | 8 | include_directories(vendor/libtwittercpp/src vendor/verbly/lib vendor/yaml-cpp/include) |
9 | add_executable(furries furries.cpp) | 9 | add_executable(furries furries.cpp sentence.cpp) |
10 | set_property(TARGET furries PROPERTY CXX_STANDARD 11) | 10 | set_property(TARGET furries PROPERTY CXX_STANDARD 11) |
11 | set_property(TARGET furries PROPERTY CXX_STANDARD_REQUIRED ON) | 11 | set_property(TARGET furries PROPERTY CXX_STANDARD_REQUIRED ON) |
12 | target_link_libraries(furries verbly twitter++ yaml-cpp) | 12 | target_link_libraries(furries verbly twitter++ yaml-cpp) |