Skip to content
Snippets Groups Projects
Commit d81976a3 authored by Lionel GUEZ's avatar Lionel GUEZ
Browse files

Polish

parent af740bb8
No related branches found
No related tags found
No related merge requests found
......@@ -17,8 +17,7 @@ target_link_libraries(test_set_all_outerm PRIVATE Geometry::geometry
# test_good_contour
add_executable(test_good_contour
test_good_contour.f90)
add_executable(test_good_contour test_good_contour.f90)
target_link_libraries(test_good_contour PRIVATE Geometry::geometry
NetCDF95::netcdf95 Shapelib_03::shapelib_03 Contour_531::contour_531
......@@ -26,16 +25,14 @@ target_link_libraries(test_good_contour PRIVATE Geometry::geometry
# test_inside_4
add_executable(test_inside_4
test_inside_4.f90)
add_executable(test_inside_4 test_inside_4.f90)
target_link_libraries(test_inside_4 Geometry::geometry Shapelib_03::shapelib_03
Jumble::jumble)
# test_mean_speed
add_executable(test_mean_speed
test_mean_speed.f90)
add_executable(test_mean_speed test_mean_speed.f90)
target_link_libraries(test_mean_speed Numer_Rec_95::numer_rec_95
NetCDF95::netcdf95 Shapelib_03::shapelib_03 Contour_531::contour_531
......@@ -79,11 +76,9 @@ foreach(my_target IN ITEMS test_get_1_outerm test_set_all_outerm
test_good_contour test_inside_4 test_mean_speed
test_max_speed_contour_ssh test_nearby_extr test_local_extrema
test_set_max_speed)
set_target_properties(${my_target} PROPERTIES Fortran_MODULE_DIRECTORY
${CMAKE_CURRENT_BINARY_DIR}/${my_target}_modules)
target_include_directories(${my_target} PRIVATE
${CMAKE_CURRENT_BINARY_DIR}/${my_target}_modules>)
endforeach()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment