Fix : modify the CMakeLists.txt file for tests of Mesh_3.

This commit is contained in:
Aymeric PELLE 2014-04-29 21:14:57 +02:00
parent 869223f06e
commit acc69fc3af
1 changed files with 1 additions and 1 deletions

View File

@ -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" )