view extensions/dbg_msg_timings/CMakeLists.txt @ 1279:a1685a53fe97

When requests fall into timeout, log them, the timeout, and the slow peer. Fix a typo in a variable name while here.
author Thomas Klausner <tk@giga.or.at>
date Fri, 12 Sep 2014 14:47:38 +0200
parents d8591b1c56cd
children
line wrap: on
line source

# Messages timing extension
PROJECT("Messages timing extension" C)
FD_ADD_EXTENSION(dbg_msg_timings dbg_msg_timings.c)


####
## INSTALL section ##

INSTALL(TARGETS dbg_msg_timings
	LIBRARY DESTINATION ${INSTALL_EXTENSIONS_SUFFIX}
	COMPONENT freeDiameter-debug-tools)

"Welcome to our mercurial repository"