-
Lionel GUEZ authoredLionel GUEZ authored
CMakeLists.txt 1.66 KiB
# test_overlap
add_executable(test_overlap test_overlap.f90)
target_link_libraries(test_overlap Shapelib_03::shapelib_03 Geometry::geometry
Contour_531::contour_531 gpc_f Jumble::jumble Numer_Rec_95::numer_rec_95)
# test_read_snapshot
add_executable(test_read_snapshot test_read_snapshot.f90 write_snapshot.f90)
target_link_libraries(test_read_snapshot NetCDF95::netcdf95
Shapelib_03::shapelib_03 Contour_531::contour_531 gpc_f
Jumble::jumble NetCDF_Fortran::netcdff Numer_Rec_95::numer_rec_95)
# test_spher_polygon_area
add_executable(test_spher_polygon_area test_spher_polygon_area.f90)
target_link_libraries(test_spher_polygon_area Geometry::geometry
Shapelib_03::shapelib_03 Jumble::jumble gpc_f)
# test_weight
add_executable(test_weight test_weight.f90)
target_link_libraries(test_weight PRIVATE fortrangis::fortranGIS
Contour_531::contour_531 Jumble::jumble)
# test_read_eddy
add_executable(test_read_eddy test_read_eddy.f90)
target_link_libraries(test_read_eddy Shapelib_03::shapelib_03
Contour_531::contour_531 gpc_f Jumble::jumble)
# test_send_recv
add_executable(test_send_recv test_send_recv.f90 write_snapshot.f90)
target_link_libraries(test_send_recv PRIVATE MPI::MPI_Fortran
Shapelib_03::shapelib_03 EZMPI::ezmpi Contour_531::contour_531 gpc_f
NetCDF95::netcdf95 Jumble::jumble NetCDF_Fortran::netcdff
Numer_Rec_95::numer_rec_95)
# test_get_dispatch_snap
add_executable(test_get_dispatch_snap test_get_dispatch_snap.f90
write_snapshot.f90)
target_link_libraries(test_get_dispatch_snap Shapelib_03::shapelib_03
Jumble::jumble Contour_531::contour_531 EZMPI::ezmpi NetCDF95::netcdf95
gpc_f NetCDF_Fortran::netcdff MPI::MPI_Fortran Numer_Rec_95::numer_rec_95)