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

@@ -0,0 +1,8 @@
if(TARGET OpenVDB::openvdb)
add_executable(hollowing_tests hollowing_tests.cpp)
find_package(GTest REQUIRED)
target_link_libraries(hollowing_tests libslic3r OpenVDB::openvdb GTest::GTest GTest::Main)
target_compile_definitions(hollowing_tests PRIVATE TEST_DATA_DIR=R"\(${TEST_DATA_DIR}\)")
endif()