mirror of https://github.com/CGAL/cgal
add missing test
This commit is contained in:
parent
f7a78677fc
commit
891fd47365
|
|
@ -50,6 +50,7 @@ create_single_source_cgal_program("test_Uncertain.cpp")
|
|||
create_single_source_cgal_program("test_vector.cpp")
|
||||
create_single_source_cgal_program("test_join_iterators.cpp")
|
||||
create_single_source_cgal_program("test_for_each.cpp")
|
||||
create_single_source_cgal_program("test_skiplist.cpp")
|
||||
if(TARGET CGAL::TBB_support)
|
||||
message(STATUS "Found TBB")
|
||||
target_link_libraries(test_for_each PUBLIC CGAL::TBB_support)
|
||||
|
|
|
|||
Loading…
Reference in New Issue