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