diff options
| author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-05-20 15:54:35 -0400 |
|---|---|---|
| committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-05-20 15:54:35 -0400 |
| commit | 3fa8e925133f380be11a8d8ce52cc34403f4f191 (patch) | |
| tree | 4d69cfbba28e2c17ac13f9074c77d281f0c36123 | |
| parent | 7abdb05a93bf845bc48d820d1ec16a0adb583f28 (diff) | |
| download | snitch-3fa8e925133f380be11a8d8ce52cc34403f4f191.tar.gz snitch-3fa8e925133f380be11a8d8ce52cc34403f4f191.tar.bz2 snitch-3fa8e925133f380be11a8d8ce52cc34403f4f191.zip | |
Linked with pthread
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
| diff --git a/CMakeLists.txt b/CMakeLists.txt index fe4b575..f2fd133 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
| @@ -10,4 +10,4 @@ include_directories(vendor/libtwittercpp/src vendor/libtwittercpp/vendor/json/sr | |||
| 10 | add_executable(snitch snitch.cpp) | 10 | add_executable(snitch snitch.cpp) |
| 11 | set_property(TARGET snitch PROPERTY CXX_STANDARD 11) | 11 | set_property(TARGET snitch PROPERTY CXX_STANDARD 11) |
| 12 | set_property(TARGET snitch PROPERTY CXX_STANDARD_REQUIRED ON) | 12 | set_property(TARGET snitch PROPERTY CXX_STANDARD_REQUIRED ON) |
| 13 | target_link_libraries(snitch yaml-cpp twitter++ curlcpp curl) | 13 | target_link_libraries(snitch yaml-cpp twitter++ curlcpp curl pthread) |
