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