Set executable name for udprecv

This commit is contained in:
2020-04-17 19:17:36 +02:00
parent 0c3387a05a
commit 0c19ec0935
+1
View File
@@ -15,6 +15,7 @@ target_link_libraries(sf-buffer
pthread)
add_executable(sf-udprecv src/sf_udprecv.cpp)
set_target_properties(sf-udprecv PROPERTIES OUTPUT_NAME sf_udprecv)
target_link_libraries(sf-udprecv
core-buffer