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

Update `CMakeLists.txt` files

Update `CMakeLists.txt` files to take into account commit 3289c070.
parent 81173f3d
No related branches found
No related tags found
No related merge requests found
...@@ -38,3 +38,4 @@ target_sources(test_set_max_speed PRIVATE set_max_speed.f90 good_contour.f90 ...@@ -38,3 +38,4 @@ target_sources(test_set_max_speed PRIVATE set_max_speed.f90 good_contour.f90
target_sources(test_write_eddy PRIVATE shpc_create.f90) target_sources(test_write_eddy PRIVATE shpc_create.f90)
add_executable(test_read_snapshot shpc_create.f90 write_snapshot.f90 add_executable(test_read_snapshot shpc_create.f90 write_snapshot.f90
write_eddy.f90) write_eddy.f90)
add_executable(test_read_eddy shpc_create.f90 write_eddy.f90)
...@@ -28,6 +28,7 @@ target_sources(test_nearby_extr PRIVATE read_grid.F90 read_snapshot.f90 ...@@ -28,6 +28,7 @@ target_sources(test_nearby_extr PRIVATE read_grid.F90 read_snapshot.f90
target_sources(test_set_max_speed PRIVATE read_eddy.f90) target_sources(test_set_max_speed PRIVATE read_eddy.f90)
target_sources(test_read_snapshot PRIVATE read_snapshot.f90 read_eddy.f90 target_sources(test_read_snapshot PRIVATE read_snapshot.f90 read_eddy.f90
read_grid.F90 config_graph.F90) read_grid.F90 config_graph.F90)
target_sources(test_read_eddy PRIVATE read_eddy.f90)
if(MPI_Fortran_HAVE_F08_MODULE) if(MPI_Fortran_HAVE_F08_MODULE)
target_sources(test_send_recv PRIVATE send_snapshot.f90 recv_snapshot.f90) target_sources(test_send_recv PRIVATE send_snapshot.f90 recv_snapshot.f90)
......
...@@ -18,7 +18,7 @@ target_link_libraries(test_spher_polygon_area Geometry::geometry ...@@ -18,7 +18,7 @@ target_link_libraries(test_spher_polygon_area Geometry::geometry
Shapelib_03::shapelib_03 Jumble::jumble gpc_f) Shapelib_03::shapelib_03 Jumble::jumble gpc_f)
# test_read_eddy # test_read_eddy
add_executable(test_read_eddy test_read_eddy.f90) target_sources(test_read_eddy PRIVATE test_read_eddy.f90)
target_link_libraries(test_read_eddy Shapelib_03::shapelib_03 target_link_libraries(test_read_eddy Shapelib_03::shapelib_03
Contour_531::contour_531 gpc_f Jumble::jumble) Contour_531::contour_531 gpc_f Jumble::jumble)
......
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