PrusaSlicer-NonPlainar/sandboxes/openvdb/CMakeLists.txt
tamasmeszaros 4554da29ab Add OpenVDB to dependencies
* 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
2019-10-25 13:15:21 +02:00

3 lines
101 B
CMake

add_executable(openvdb_example openvdb_example.cpp)
target_link_libraries(openvdb_example libslic3r)