2019-10-25 11:09:25 +00:00
|
|
|
add_executable(openvdb_example openvdb_example.cpp)
|
2019-10-25 13:48:01 +00:00
|
|
|
|
|
|
|
find_package(OpenVDB 5.0 REQUIRED COMPONENTS openvdb)
|
|
|
|
slic3r_remap_configs(IlmBase::Half RelWithDebInfo Release)
|
|
|
|
|
2019-10-25 11:09:25 +00:00
|
|
|
target_link_libraries(openvdb_example libslic3r)
|
2019-10-25 13:48:01 +00:00
|
|
|
target_link_libraries(openvdb_example OpenVDB::openvdb)
|
|
|
|
|