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