更新完成,准备推送到新仓库
This commit is contained in:
parent
6aacff609b
commit
4286e8a31f
@ -34,14 +34,12 @@ add_executable(camera_to_rtsp ${SRC_FILES})
|
|||||||
# 链接库目录
|
# 链接库目录
|
||||||
link_directories(
|
link_directories(
|
||||||
${GSTREAMER_LIBRARY_DIRS}
|
${GSTREAMER_LIBRARY_DIRS}
|
||||||
${GSTREAMER_RTSP_LIBRARY_DIRS}
|
|
||||||
${CMAKE_SOURCE_DIR}/third_party/lib
|
${CMAKE_SOURCE_DIR}/third_party/lib
|
||||||
)
|
)
|
||||||
|
|
||||||
# 链接库
|
# 链接库
|
||||||
target_link_libraries(camera_to_rtsp
|
target_link_libraries(camera_to_rtsp
|
||||||
${GSTREAMER_LIBRARIES}
|
${GSTREAMER_LIBRARIES}
|
||||||
${GSTREAMER_RTSP_LIBRARIES}
|
|
||||||
pthread
|
pthread
|
||||||
${CMAKE_SOURCE_DIR}/third_party/lib/libpaho-mqttpp3.a
|
${CMAKE_SOURCE_DIR}/third_party/lib/libpaho-mqttpp3.a
|
||||||
${CMAKE_SOURCE_DIR}/third_party/lib/libpaho-mqtt3a.a
|
${CMAKE_SOURCE_DIR}/third_party/lib/libpaho-mqtt3a.a
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user