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