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