mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Fix openvdb dependency in libslic3r
This commit is contained in:
parent
5c0cd06f2f
commit
1cc7bd9976
4 changed files with 51 additions and 22 deletions
|
@ -1,2 +1,8 @@
|
|||
add_executable(openvdb_example openvdb_example.cpp)
|
||||
|
||||
find_package(OpenVDB 5.0 REQUIRED COMPONENTS openvdb)
|
||||
slic3r_remap_configs(IlmBase::Half RelWithDebInfo Release)
|
||||
|
||||
target_link_libraries(openvdb_example libslic3r)
|
||||
target_link_libraries(openvdb_example OpenVDB::openvdb)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue