view extensions/dbg_monitor/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 6fd1e6f56af5
children
line wrap: on
line source

# Monitoring extension
PROJECT("Monitor extension" C)
FD_ADD_EXTENSION(dbg_monitor dbg_monitor.c)


####
## INSTALL section ##

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

"Welcome to our mercurial repository"