mirror of https://github.com/CGAL/cgal
Fix : modify the CMakeLists.txt file for tests of Mesh_3.
This commit is contained in:
parent
869223f06e
commit
acc69fc3af
|
|
@ -26,7 +26,7 @@ if ( CGAL_FOUND )
|
|||
create_single_source_cgal_program( "test_boost_has_xxx.cpp" )
|
||||
create_single_source_cgal_program( "test_c3t3.cpp" )
|
||||
create_single_source_cgal_program( "test_implicit_multi_domain_to_labeling_function_wrapper.cpp" )
|
||||
create_single_source_cgal_program( "test_mesh_3_implicit_multi_domain_to_labeled_function_wrapper.cpp" )
|
||||
create_single_source_cgal_program( "test_mesh_3_implicit_vector_to_labeled_function_wrapper.cpp" )
|
||||
create_single_source_cgal_program( "test_c3t3_io.cpp" )
|
||||
create_single_source_cgal_program( "test_c3t3_with_features.cpp" )
|
||||
create_single_source_cgal_program( "test_criteria.cpp" )
|
||||
|
|
|
|||
Loading…
Reference in New Issue