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


# executable
ecbuild_add_executable(
  TARGET  singlePointInterpolation
  SOURCES singlePointInterpolation.F
  LIBS    emos )

