view extensions/dict_mip6i/CMakeLists.txt @ 1457:da5e5b9c9623

dbg_dict_dump_json: fix ERROR warnings in log fd_dict_search(TYPE_OF_AVP) matches NULL when the AVP is not derived, so don't call fd_dict_getval() in that case. Fixes the ERROR logs from dbg_dict_dump_json.
author Luke Mewburn <luke@mewburn.net>
date Fri, 28 Feb 2020 11:05:24 +1100
parents e55d6ffd1a75
children
line wrap: on
line source

# The dict_mip6i extension
PROJECT("Diameter Mobile IPv6 IKE (MIP6I) Dictionary Definition" C)

# Compile as a module
FD_ADD_EXTENSION(dict_mip6i dict_mip6i.c)


####
## INSTALL section ##

INSTALL(TARGETS dict_mip6i
	LIBRARY DESTINATION ${INSTALL_EXTENSIONS_SUFFIX}
	COMPONENT freeDiameter-dictionary-mip6)
"Welcome to our mercurial repository"