# -----------------------------------------------------------
# This is an example CMakeLists.txt file for a contributed
# module. The contents are commented out because it is an
# example only, and we do not want the resulting icon to be
# available from Metview!
# -----------------------------------------------------------
#
#ecbuild_add_executable( TARGET       DataAccessBlackBox
#                        SOURCES      DataAccessBlackBox.cc
#                        DEFINITIONS  ${METVIEW_EXTRA_DEFINITIONS}
#                        INCLUDES     ${METVIEW_STANDARD_INCLUDES}
#                        LIBS         ${STANDARD_METVIEW_LIBS}
#                    )
#
#
#metview_module_files(ETC_FILES ObjectSpec.DataAccess
#                               DataAccessDef
#                               DataAccessRules
#                     XPM_FILES DATA_ACCESS.xpm
#                     SVG_FILES DATA_ACCESS.svg)
#
#
#metview_script_files(SCRIPT_FILES DataAccessScript)
#
