Skip to content
Snippets Groups Projects
CMakeLists.txt 300 B
add_executable(test_spher_polyline_area
  ${PROJECT_SOURCE_DIR}/Common/spher_polyline_area.f90
  test_spher_polyline_area.f90)

target_link_libraries(test_spher_polyline_area Geometry::geometry
  Contour_531::contour_531 Jumble::jumble)

target_sources(test_local_extrema PRIVATE write_extr_map.f90)