view extensions/dict_mip6a/CMakeLists.txt @ 1552:449b766ded50

extensions: fix dependency checking Fix extension dependency checking by unhiding "fd_ext_depends". (I accidentally broke this with the change on 2020-03-30 to hide symbols by default.)
author Luke Mewburn <luke@mewburn.net>
date Sat, 18 Jul 2020 18:38:11 +1000
parents e55d6ffd1a75
children
line wrap: on
line source

# The dict_mip6a extension
PROJECT("Diameter Mobile IPv6 Auth (MIP6A) Dictionary Definitions" C)

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


####
## INSTALL section ##

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