1 Star 0 Fork 0

王哲King/Yolo_mark

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CMakeLists.txt 304 Bytes
一键复制 编辑 原始数据 按行查看 历史
AlexeyAB84 提交于 2017-03-08 21:40 . Fixed CMakeLists.txt
cmake_minimum_required(VERSION 2.8)
project( yolo_mark CXX )
find_package( OpenCV REQUIRED )
set( sources main.cpp )
add_executable( yolo_mark ${sources} )
target_compile_options( yolo_mark PUBLIC -std=c++11 -fpermissive -w -Wall )
target_link_libraries( yolo_mark ${OpenCV_LIBS} -L/usr/lib64 -ldl )
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wangzheking/Yolo_mark.git
git@gitee.com:wangzheking/Yolo_mark.git
wangzheking
Yolo_mark
Yolo_mark
master

搜索帮助