1 Star 0 Fork 0

PURAPLR/phixel

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CMakeLists.txt 222 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiaoluoluoxiao 提交于 2016-08-13 21:35 . use unordered_map c++11
cmake_minimum_required(VERSION 2.8)
project( phixel )
find_package( OpenCV REQUIRED )
add_executable( phixel phixel.cpp )
target_link_libraries( phixel ${OpenCV_LIBS} )
target_compile_features(phixel PRIVATE cxx_range_for)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/fred_lyu/phixel.git
git@gitee.com:fred_lyu/phixel.git
fred_lyu
phixel
phixel
master

搜索帮助