cmake

  • 解决执行find

    写的CMakeLists.txt里有这么一句: find_package(PCL 1.8 REQUIRED COMPONENTS common io visualization) …

    前端 1天前