1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-08-01 11:25:50 +00:00

openvdb conversion experiments.

This commit is contained in:
tamasmeszaros
2019-10-30 12:38:23 +01:00
parent 99dd6acc79
commit 259e058491
2 changed files with 24 additions and 11 deletions
+5 -4
View File
@@ -1,8 +1,9 @@
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}\)")
#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}\)")
target_link_libraries(hollowing_tests test_common libslic3r OpenVDB::openvdb)
endif()