summaryrefslogtreecommitdiff
path: root/src/examples
diff options
context:
space:
mode:
authorJoão Sousa <48479050+joaodasousa@users.noreply.github.com>2020-08-31 00:56:03 +0100
committerGitHub <noreply@github.com>2020-08-31 08:56:03 +0900
commit33fbad18c814e13bd7ba2053525d8959fee437d1 (patch)
tree87d30704e5e78c603aace4cb2c0dacdf3554eba6 /src/examples
parent9af27899553dcfe9cd5ffede7f37be57d1a577a6 (diff)
downloadDLT-daemon-33fbad18c814e13bd7ba2053525d8959fee437d1.tar.gz
Implement DLTClient for UDP multicast (#240)
* Add UDP multicast support on client side UDP multicast support is already present on server side. This patch add seemless support for UDP multicast on client side in dlt-receive. Signed-off-by: Joao Sousa <joao.sa.sousa@ctw.bmwgroup.com>
Diffstat (limited to 'src/examples')
-rw-r--r--src/examples/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/examples/CMakeLists.txt b/src/examples/CMakeLists.txt
index 93f76a8..013700d 100644
--- a/src/examples/CMakeLists.txt
+++ b/src/examples/CMakeLists.txt
@@ -40,8 +40,8 @@ if(WITH_UDP_CONNECTION)
set_target_properties(dlt-example-multicast-clientmsg-view PROPERTIES LINKER_LANGUAGE C)
install(TARGETS dlt-example-multicast-clientmsg-view
- RUNTIME DESTINATION bin
- COMPONENT base)
+ RUNTIME DESTINATION bin
+ COMPONENT base)
endif(WITH_UDP_CONNECTION)