blob: af524def11eb715c84143e3b29c8430e974952be [file] [log] [blame]
Brian Waters13d96012017-12-08 16:53:31 -06001# The dict_S9 extension
2PROJECT("dict_S9 library generated by FdGen " C)
3
4# Compile as a module
5FD_ADD_EXTENSION(dict_S9 dict_S9.c)
6
7
8####
9## INSTALL section ##
10
11INSTALL(TARGETS dict_S9
12 LIBRARY DESTINATION ${INSTALL_EXTENSIONS_SUFFIX}
13COMPONENT freeDiameter-dictionary-S9)
14
15
16