domo-iot replace libevent by libuv

This commit is contained in:
2019-12-03 22:38:01 +01:00
parent e5bd19f12d
commit 524a9f3928
6 changed files with 49 additions and 58 deletions

View File

@@ -25,11 +25,8 @@ add_executable (domo-iot ${source_files})
target_link_libraries (domo-iot
LINK_PUBLIC
nats_static
event
pthread
event_pthreads
civetweb-cpp
json-c
uv
rt
)