mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
Add the full source of BambuStudio
using version 1.0.10
This commit is contained in:
7
sandboxes/openvdb/CMakeLists.txt
Normal file
7
sandboxes/openvdb/CMakeLists.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
if(TARGET OpenVDB::openvdb)
|
||||
add_executable(openvdb_example openvdb_example.cpp)
|
||||
|
||||
target_link_libraries(openvdb_example libslic3r)
|
||||
target_link_libraries(openvdb_example OpenVDB::openvdb)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user