
set(libMvNetCDF_srcs
    MvNetCDF.cc MvNetCDF.h
)


ecbuild_add_library( TARGET      MvNetCDF
                     TYPE        STATIC
                     NOINSTALL
                     SOURCES     ${libMvNetCDF_srcs}
                     TEMPLATES   ${common_templates}
                     INCLUDES    ${METVIEW_STANDARD_INCLUDES}
                     DEFINITIONS ${METVIEW_EXTRA_DEFINITIONS}
                     LIBS        ${METVIEW_EXTRA_LIBRARIES}
                     DEPENDS     mvmarsxdr
                    )
