MingW+CMake+CLion+Windows下Eigen+Ceres配置

Eigen
下载https://gitlab.com/libeigen/eigen/-/archive/3.4.0/eigen-3.4.0.zip按照之前教程,使用CMake GUI进行generate在工程的CMakeLists里添加:
include_directories("C://Program Files (x86)//Eigen3//include//eigen3")

target_link_libraries(untitled ${Eigen_LIBS})
Ceres
按顺序下载安装 2-4Eigen: https://gitlab.com/libeigen/eigen/-/archive/3.4.0/eigen-3.4.0.zipGflags:https://codeload.github.com/gflags/gflags/zip/refs/heads/masterGlog:https://codeload.github.com/google/glog/zip/refs/heads/master添加环境变量(每个安装的包的

MingW+CMake+CLion+Windows下Eigen+Ceres配置最先出现在Python成神之路

版权声明:
作者:ht
链接:https://www.techfm.club/p/20431.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>