Javier Bravo Conde | eb10c6f | 2018-06-28 08:43:34 -0500 | [diff] [blame] | 1 | # The dict_St extension |
2 | PROJECT("dict_St library generated by FdGen " C) | ||||
3 | |||||
4 | # Compile as a module | ||||
5 | FD_ADD_EXTENSION(dict_St dict_St.c) | ||||
6 | |||||
7 | |||||
8 | #### | ||||
9 | ## INSTALL section ## | ||||
10 | |||||
11 | INSTALL(TARGETS dict_St | ||||
12 | LIBRARY DESTINATION ${INSTALL_EXTENSIONS_SUFFIX} | ||||
13 | COMPONENT freeDiameter-dictionary-ST) | ||||
14 | |||||
15 | |||||
16 |