4554da29ab
* 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
3 lines
101 B
CMake
3 lines
101 B
CMake
add_executable(openvdb_example openvdb_example.cpp)
|
|
target_link_libraries(openvdb_example libslic3r)
|