We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09e56c5 commit b899f9fCopy full SHA for b899f9f
Mesh_3/test/Mesh_3/CMakeLists.txt
@@ -32,7 +32,7 @@ if ( CGAL_FOUND )
32
create_single_source_cgal_program( "test_criteria.cpp" )
33
create_single_source_cgal_program( "test_domain_with_polyline_features.cpp" )
34
create_single_source_cgal_program( "test_mesh_3_labeled_mesh_domain_3.cpp" )
35
- create_single_source_cgal_program( "mesh_implicit_domains.cpp" "implicit_functions.cpp" )
+ create_single_source_cgal_program( "test_mesh_implicit_domains.cpp" "implicit_functions.cpp" )
36
create_single_source_cgal_program( "test_labeled_mesh_domain_3.cpp" )
37
create_single_source_cgal_program( "test_mesh_criteria_creation.cpp" )
38
if(CGAL_ImageIO_USE_ZLIB)
0 commit comments