view extensions/dbg_monitor/CMakeLists.txt @ 662:2e94ef0515d7 1.1.0-rc1

Updated copyright information
author Sebastien Decugis <sdecugis@nict.go.jp>
date Fri, 14 Jan 2011 16:27:21 +0900
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"