Simple openvdb conversion test.

This commit is contained in:
tamasmeszaros
2019-10-29 16:27:53 +01:00
parent 6f8ce12287
commit d63ae1c608
5 changed files with 69 additions and 7 deletions

View File

@@ -402,6 +402,11 @@ if(SLIC3R_STATIC)
set(USE_BLOSC TRUE)
endif()
find_package(OpenVDB 5.0 COMPONENTS openvdb)
if(OpenVDB_FOUND)
slic3r_remap_configs(IlmBase::Half RelWithDebInfo Release)
endif()
# libslic3r, PrusaSlicer GUI and the PrusaSlicer executable.
add_subdirectory(src)
set_property(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT PrusaSlicer_app_console)