# The dict_Rx extension | |
PROJECT("dict_Rx library generated by FdGen " C) | |
# Compile as a module | |
FD_ADD_EXTENSION(dict_Rx dict_Rx.c) | |
#### | |
## INSTALL section ## | |
INSTALL(TARGETS dict_Rx | |
LIBRARY DESTINATION ${INSTALL_EXTENSIONS_SUFFIX} | |
COMPONENT freeDiameter-dictionary-RX) | |