Skip to content

Commit 3c5f7cb

Browse files
committed
Fix VTK example compilation
1 parent df7139f commit 3c5f7cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Utilities/VTK/Examples/Cxx/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ foreach(app ${GDCM_VTK_APPS})
6868
target_link_libraries(${app}
6969
VTK::FiltersCore VTK::FiltersModeling VTK::ImagingColor VTK::IOXML)
7070
set(_rendering_libs
71+
VTK::InteractionImage
7172
VTK::InteractionWidgets VTK::RenderingAnnotation VTK::RenderingCore
7273
VTK::InteractionStyle VTK::RenderingFreeType VTK::RenderingOpenGL2
7374
VTK::RenderingVolume VTK::RenderingVolumeOpenGL2)

0 commit comments

Comments
 (0)