view extensions/dict_mip6i/CMakeLists.txt @ 1318:2a5620128a9a

Remove '*' from the couple enumerated values that had them. This was inconsistent and caused trouble with extensions that want to add enumerated values to existing enumerations.
author Thomas Klausner <tk@giga.or.at>
date Mon, 23 Jan 2017 15:26:25 +0100
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"