文件名称:open3d-cmake-external-project:如何将Open3D链接到您的项目?
文件大小:5KB
文件格式:ZIP
更新时间:2024-03-26 14:52:19
C++
使用Open3D作为CMake外部项目 这是两个CMake示例之一,展示了如何在CMake项目中使用Open3D: 有关更多详细信息,请查看和。 Ubuntu 18.04以上 # Install minimal Open3D compilation dependencies. For the full list, checkout: # https://github.com/intel-isl/Open3D/blob/master/util/install_deps_ubuntu.sh sudo apt-get --yes install xorg-dev libglu1-mesa-dev # Compile your example project with Open3D. git clone https://github.com/intel-isl/open3d-cmake-exter
【文件预览】:
open3d-cmake-external-project-main
----.github()
--------workflows()
----.clang-format(178B)
----CMakeLists.txt(2KB)
----LICENSE(1KB)
----README.md(938B)
----Draw.cpp(2KB)
----.gitignore(278B)