
# configure Fortran-based targets for double precision (compilation & linking)
set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} ${emos_double_precision_flags}")


# executable
ecbuild_add_executable(
  TARGET  singlePointInterpolation
  SOURCES singlePointInterpolation.F
  LIBS    emos ${GRIB_API_LIBRARIES} )

