mirror of
https://github.com/QIDITECH/QIDIStudio.git
synced 2026-02-04 02:48:42 +03:00
update
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