Add missing target

This commit is contained in:
Maxime Gimeno 2020-06-15 13:08:17 +02:00
parent d263a63925
commit 49e66c4ddf
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ target_link_libraries(mesh_polyhedral_complex_sm PUBLIC CGAL::Eigen_support)
if( TARGET CGAL::CGAL_ImageIO)
if( VTK_FOUND AND ("${VTK_VERSION_MAJOR}" GREATER "5" OR VTK_VERSION VERSION_GREATER 5) )
add_executable ( mesh_3D_gray_vtk_image mesh_3D_gray_vtk_image.cpp )
target_link_libraries( mesh_3D_gray_vtk_image PUBLIC CGAL::Eigen_support ${CGAL_LIBRARIES} ${CGAL_3RD_PARTY_LIBRARIES} ${VTK_LIBRARIES})
target_link_libraries( mesh_3D_gray_vtk_image PUBLIC CGAL::Eigen_support CGAL::CGAL ${CGAL_LIBRARIES} ${CGAL_3RD_PARTY_LIBRARIES} ${VTK_LIBRARIES})
cgal_add_test( mesh_3D_gray_vtk_image )
add_to_cached_list( CGAL_EXECUTABLE_TARGETS mesh_3D_gray_vtk_image )
endif()