学习文档:Cmake实践.pdf
一,初识 cmake
二,安装 cmake
三,初试 cmake – cmake的 helloworld
四,更好一点的 Hello World
五,静态库与动态库构建
六,如何使用外部共享库和头文件
七,cmake常用变量和常用环境变量
八,cmake常用指令
九,复杂的例子:模块的使用和自定义模块
命令整理:https://blog.csdn.net/wzzfeitian/article/details/40963457
链接:https://github.com/ShreyasSkandanS/stereo_sparse_depth_fusion
https://github.com/ShreyasSkandanS/stereo_sparse_depth_fusion/blob/master/CMakeLists.txt
链接: https://github.com/PRBonn/depth_clustering
原文:https://www.cnblogs.com/ming-michelle/p/14271063.html