Skip to content

Commit

Permalink
added pthread
Browse files Browse the repository at this point in the history
  • Loading branch information
256dpi committed Mar 22, 2018
1 parent 4ad31c7 commit ba5dfa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ target_link_libraries(example-sync lwmqtt)

add_executable(example-async examples/async.c)

target_link_libraries(example-async lwmqtt)
target_link_libraries(example-async lwmqtt pthread)

set(TEST_FILES
tests/client.cpp
Expand Down

0 comments on commit ba5dfa6

Please sign in to comment.