.\vcpkg install pcl:x64-windows-static
Building all the dependencies and the PCL itself took 7.448 hours on my laptop. This was the result:
The package pcl:x64-windows-static provides CMake targets:
find_package(PCL CONFIG REQUIRED)
target_link_libraries(main PRIVATE ${pcl_component})
.\vcpkg integrate install
Outputs:
Applied user-wide integration for this vcpkg root.
All MSBuild C++ projects can now #include any installed libraries.
Linking will be handled automatically.
Installing new libraries will make them instantly available.
CMake projects should use: "-DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake"
No comments:
Post a Comment