Some checks failed
My Build All / build_windows (push) Has been cancelled
My Build All / build_linux_portable (push) Has been cancelled
My Build All / build_linux_appimage (push) Has been cancelled
My Build All / build_macos (push) Has been cancelled
My Build All / Publish release assets (push) Has been cancelled
Shellcheck / Shellcheck (push) Has been cancelled
7 lines
207 B
CMake
7 lines
207 B
CMake
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()
|
|
|