add test connection to the nats server.

This commit is contained in:
NADAL Jean-Baptiste
2019-11-08 16:08:26 +01:00
parent 657ce4f051
commit 8e8a649a88
3 changed files with 53 additions and 4 deletions

View File

@@ -19,6 +19,7 @@ add_executable (domo-iot ${source_files})
target_link_libraries (domo-iot
LINK_PUBLIC
nats
rt
)