first commit
This commit is contained in:
parent
7c625b611a
commit
5381052ea5
@ -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
BIN
third_party/lib/libpaho-mqtt3a.a
vendored
Normal file
Binary file not shown.
BIN
third_party/lib/libpaho-mqtt3c.a
vendored
Normal file
BIN
third_party/lib/libpaho-mqtt3c.a
vendored
Normal file
Binary file not shown.
BIN
third_party/lib/libpaho-mqttpp3.a
vendored
Normal file
BIN
third_party/lib/libpaho-mqttpp3.a
vendored
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user