mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 22:24:01 -06:00
8 lines
273 B
CMake
8 lines
273 B
CMake
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)
|
|
|