We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df7139f commit 3c5f7cbCopy full SHA for 3c5f7cb
Utilities/VTK/Examples/Cxx/CMakeLists.txt
@@ -68,6 +68,7 @@ foreach(app ${GDCM_VTK_APPS})
68
target_link_libraries(${app}
69
VTK::FiltersCore VTK::FiltersModeling VTK::ImagingColor VTK::IOXML)
70
set(_rendering_libs
71
+ VTK::InteractionImage
72
VTK::InteractionWidgets VTK::RenderingAnnotation VTK::RenderingCore
73
VTK::InteractionStyle VTK::RenderingFreeType VTK::RenderingOpenGL2
74
VTK::RenderingVolume VTK::RenderingVolumeOpenGL2)
0 commit comments