mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
Simple openvdb conversion test.
This commit is contained in:
8
tests/hollowing/CMakeLists.txt
Normal file
8
tests/hollowing/CMakeLists.txt
Normal 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()
|
||||
Reference in New Issue
Block a user