mirror of https://github.com/CGAL/cgal
Rename file in CMakeLists
This commit is contained in:
parent
d8cba3158a
commit
1e34d143b9
|
|
@ -39,7 +39,7 @@ if ( CGAL_FOUND )
|
||||||
|
|
||||||
create_single_source_cgal_program("draw_surface_mesh.cpp")
|
create_single_source_cgal_program("draw_surface_mesh.cpp")
|
||||||
create_single_source_cgal_program("sm_draw_small_faces.cpp")
|
create_single_source_cgal_program("sm_draw_small_faces.cpp")
|
||||||
create_single_source_cgal_program("sm_check_wrong_orientation.cpp")
|
create_single_source_cgal_program("check_orientation.cpp")
|
||||||
if(CGAL_Qt5_FOUND )
|
if(CGAL_Qt5_FOUND )
|
||||||
target_link_libraries(draw_surface_mesh PUBLIC CGAL::CGAL_Qt5)
|
target_link_libraries(draw_surface_mesh PUBLIC CGAL::CGAL_Qt5)
|
||||||
target_link_libraries(sm_draw_small_faces PUBLIC CGAL::CGAL_Qt5)
|
target_link_libraries(sm_draw_small_faces PUBLIC CGAL::CGAL_Qt5)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue