mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00

* Add Linux openvdb integration * Add Mac openvdb integration and enable in ALL * Create openvdb sandbox to test integration. * Additional fixes in the patches * Remove slabasebed sandbox as it has no relevance now * Provide FindOpenVDB module and fix build issues
2 lines
101 B
CMake
2 lines
101 B
CMake
add_executable(openvdb_example openvdb_example.cpp)
|
|
target_link_libraries(openvdb_example libslic3r)
|