2019-10-29 15:27:53 +00:00
|
|
|
if(TARGET OpenVDB::openvdb)
|
|
|
|
add_executable(openvdb_example openvdb_example.cpp)
|
2019-10-25 13:48:01 +00:00
|
|
|
|
2019-10-29 15:27:53 +00:00
|
|
|
target_link_libraries(openvdb_example libslic3r)
|
|
|
|
target_link_libraries(openvdb_example OpenVDB::openvdb)
|
|
|
|
endif()
|
2019-10-25 13:48:01 +00:00
|
|
|
|