
ecbuild_add_executable( TARGET       Met3D
                        SOURCES      Met3D.cc Met3D.h
                        DEFINITIONS  ${METVIEW_EXTRA_DEFINITIONS}
                        INCLUDES     ${METVIEW_STANDARD_INCLUDES}
                        LIBS         ${STANDARD_METVIEW_LIBS}
                    )

ecbuild_add_executable( TARGET      Met3DPrepare
                       SOURCES      Met3DPrepare.cc
                       DEFINITIONS  ${METVIEW_EXTRA_DEFINITIONS}
                       INCLUDES     ${METVIEW_STANDARD_INCLUDES}
                       LIBS         ${STANDARD_METVIEW_LIBS}
                    )

metview_module_files(ETC_FILES  ObjectSpec.Met3D Met3DDef Met3DRules
                     Met3DPrepareDef Met3DPrepareRules
                    SVG_FILES MET3D.svg MET3D_PREPARE.svg)
