-
Lionel GUEZ authored
With `target_sources` rather than referring to their path from another directory.
Lionel GUEZ authoredWith `target_sources` rather than referring to their path from another directory.
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)