Brian Waters | 13d9601 | 2017-12-08 16:53:31 -0600 | [diff] [blame] | 1 | # The dict_sip extension |
2 | PROJECT("Diameter SIP (RFC4740) dictionary definitions" C) | ||||
3 | |||||
4 | # Compile as a module | ||||
5 | FD_ADD_EXTENSION(dict_sip dict_sip.c) | ||||
6 | |||||
7 | |||||
8 | #### | ||||
9 | ## INSTALL section ## | ||||
10 | |||||
11 | INSTALL(TARGETS dict_sip | ||||
12 | LIBRARY DESTINATION ${INSTALL_EXTENSIONS_SUFFIX} | ||||
13 | COMPONENT freeDiameter-dictionary-RFC4740) |