mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-16 10:56:47 +08:00
8 lines
207 B
CMake
8 lines
207 B
CMake
if(TARGET OpenVDB::openvdb)
|
|
add_executable(openvdb_example openvdb_example.cpp)
|
|
|
|
target_link_libraries(openvdb_example libslic3r)
|
|
target_link_libraries(openvdb_example OpenVDB::openvdb)
|
|
endif()
|
|
|