first commit

This commit is contained in:
cxh 2025-09-08 11:28:49 +08:00
parent 7c625b611a
commit 5381052ea5
4 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,7 @@ add_executable(camera_to_rtsp ${SRC_FILES})
link_directories(
${GSTREAMER_LIBRARY_DIRS}
${GSTREAMER_RTSP_LIBRARY_DIRS}
${CMAKE_SOURCE_DIR}/third_party/lib
)
#
@ -42,6 +43,9 @@ target_link_libraries(camera_to_rtsp
${GSTREAMER_LIBRARIES}
${GSTREAMER_RTSP_LIBRARIES}
pthread
paho-mqttpp3
paho-mqtt3a
paho-mqtt3c
)
# config.json bin/

BIN
third_party/lib/libpaho-mqtt3a.a vendored Normal file

Binary file not shown.

BIN
third_party/lib/libpaho-mqtt3c.a vendored Normal file

Binary file not shown.

BIN
third_party/lib/libpaho-mqttpp3.a vendored Normal file

Binary file not shown.