This commit is contained in:
Shahram Najm 2016-01-11 11:25:08 +00:00
parent 90ae1c57e0
commit 86ef94f445
1 changed files with 2 additions and 1 deletions

View File

@ -56,7 +56,8 @@ ecbuild_add_executable( TARGET grib_to_netcdf
INCLUDES ${NETCDF_INCLUDE_DIRS}
CONDITION HAVE_NETCDF
LIBS grib_tools ${NETCDF_LIBRARIES})
# grib_list_keys
ecbuild_add_executable( TARGET grib_list_keys
SOURCES list_keys.c
CONDITION ECCODES_INSTALL_EXTRA_TOOLS