1 Star 0 Fork 0

sklink/openipc_mini

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CMakeLists.txt 1.44 KB
一键复制 编辑 原始数据 按行查看 历史
Dmitry Ilyin 提交于 2021-11-25 22:21 +08:00 . Rename hidemo and hi_jpeg sources
cmake_minimum_required(VERSION 2.8.12)
project(mini C)
set(CMAKE_C_STANDARD 99)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/Modules/")
find_package(HiSiliconSDK REQUIRED)
find_package(Threads REQUIRED)
include_directories(
src
${VENDOR_SDK_INCLUDE_DIRS}
)
add_executable(${PROJECT_NAME}
src/mp4/bitbuf.c
src/mp4/bitbuf.h
src/mp4/moof.c
src/mp4/moof.h
src/mp4/moov.c
src/mp4/moov.h
src/mp4/mp4.c
src/mp4/mp4.h
src/mp4/nal.c
src/mp4/nal.h
src/config/app_config.c
src/config/app_config.h
src/config/config.c
src/config/config.h
src/config/sensor_config.c
src/config/sensor_config.h
src/rtsp/ringfifo.c
src/rtsp/ringfifo.h
src/rtsp/rtputils.c
src/rtsp/rtputils.h
src/rtsp/rtspservice.c
src/rtsp/rtspservice.h
src/rtsp/rtsputils.c
src/rtsp/rtsputils.h
src/compat.h
src/gpio.c
src/gpio.h
src/hierrors.c
src/hierrors.h
src/http_post.c
src/http_post.h
src/jpeg.c
src/jpeg.h
src/main.c
src/mmap.h
src/motion_detect.c
src/motion_detect.h
src/night.c
src/night.h
src/sensor.c
src/sensor.h
src/server.c
src/server.h
src/stack.c
src/tools.c
src/tools.h
src/videohw.c
src/videohw.h
)
target_link_libraries(${PROJECT_NAME}
${HILIBS}
${VENDOR_SDK_LIBRARIES}
Threads::Threads
dl)
install(TARGETS ${PROJECT_NAME} RUNTIME DESTINATION /usr/bin)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/sklink/openipc_mini.git
git@gitee.com:sklink/openipc_mini.git
sklink
openipc_mini
openipc_mini
master

搜索帮助