about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2016-03-24 23:20:10 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2016-03-24 23:20:10 -0400
commit63f65a79fcd8bba5921910f8ba62401f80112dd7 (patch)
tree65b579961b872e6c2524e2365fc487903f76467b
parent1c30fe15bbb7adedf6631c9432f8e20b75e6f3bd (diff)
parent21404aa624a6de6176306db31af1a6899b9b1b2c (diff)
downloadfurries-63f65a79fcd8bba5921910f8ba62401f80112dd7.tar.gz
furries-63f65a79fcd8bba5921910f8ba62401f80112dd7.tar.bz2
furries-63f65a79fcd8bba5921910f8ba62401f80112dd7.zip
Merge branch 'verbly' of github.com:hatkirby/furries into verbly
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3a8fab8..2ceeb80 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -12,4 +12,4 @@ include_directories(vendor/twitcurl/libtwitcurl ${sqlite3_INCLUDE_DIR} vendor/ve
12add_executable(furries furries.cpp) 12add_executable(furries furries.cpp)
13set_property(TARGET furries PROPERTY CXX_STANDARD 11) 13set_property(TARGET furries PROPERTY CXX_STANDARD 11)
14set_property(TARGET furries PROPERTY CXX_STANDARD_REQUIRED ON) 14set_property(TARGET furries PROPERTY CXX_STANDARD_REQUIRED ON)
15target_link_libraries(furries ${sqlite3_LIBRARIES} ${YamlCpp_LIBRARIES} twitcurl curl verbly) 15target_link_libraries(furries verbly ${sqlite3_LIBRARIES} ${YamlCpp_LIBRARIES} twitcurl curl)