mirror of https://github.com/CGAL/cgal
cdt_3_plugin: fix the issue about TBB
This commit is contained in:
parent
f40df0dd20
commit
d98f25af92
|
|
@ -4,3 +4,6 @@ cgal_lab_plugin(cdt_3_plugin CDT_3_plugin KEYWORDS CDT_3)
|
|||
target_link_libraries(cdt_3_plugin PRIVATE scene_surface_mesh_item
|
||||
scene_polygon_soup_item
|
||||
scene_c3t3_item)
|
||||
if(TARGET CGAL::TBB_support)
|
||||
target_link_libraries(cdt_3_plugin PRIVATE CGAL::TBB_support)
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Reference in New Issue