temp
This commit is contained in:
parent
4286e8a31f
commit
1fafeab63f
@ -14,7 +14,6 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/../bin)
|
|||||||
# 找 GStreamer
|
# 找 GStreamer
|
||||||
find_package(PkgConfig REQUIRED)
|
find_package(PkgConfig REQUIRED)
|
||||||
pkg_check_modules(GSTREAMER REQUIRED gstreamer-1.0)
|
pkg_check_modules(GSTREAMER REQUIRED gstreamer-1.0)
|
||||||
pkg_check_modules(GSTREAMER_RTSP REQUIRED gstreamer-rtsp-server-1.0)
|
|
||||||
|
|
||||||
# 添加头文件目录
|
# 添加头文件目录
|
||||||
include_directories(
|
include_directories(
|
||||||
@ -22,7 +21,6 @@ include_directories(
|
|||||||
${CMAKE_SOURCE_DIR}/third_party/include
|
${CMAKE_SOURCE_DIR}/third_party/include
|
||||||
${CMAKE_SOURCE_DIR}/third_party/include/paho_mqtt
|
${CMAKE_SOURCE_DIR}/third_party/include/paho_mqtt
|
||||||
${GSTREAMER_INCLUDE_DIRS}
|
${GSTREAMER_INCLUDE_DIRS}
|
||||||
${GSTREAMER_RTSP_INCLUDE_DIRS}
|
|
||||||
)
|
)
|
||||||
|
|
||||||
# 源码目录
|
# 源码目录
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user