一:资源 PCL资源 PCL环境配置教程 例:提取D:\PCL 1.8.1\3rdParty\VTK\lib下的所有静态链接库文件名并存储至文本.txt,方法如下: 1、win+r 2、输入:cmd回车 3、输入:cd /d D:\PCL 1.8.1\3rdParty\VTK\lib 回车 4、输入:dir /b *.lib *>0.txt 回车 G-PCC cmake官网