view extensions/test_rt_any/CMakeLists.txt @ 304:ad3c46016584

Added install directives for cmake; also allow default directory to seek for extensions and configuration files
author Sebastien Decugis <sdecugis@nict.go.jp>
date Fri, 14 May 2010 17:26:53 +0900
parents d7acdc46134d
children 61f78fdbacc2
line wrap: on
line source

# The rt_debug extension
PROJECT("Random routing extension (for tests)" C)

# Compile as a module
FD_ADD_EXTENSION(test_rt_any test_rt_any.c)


####
## INSTALL section ##

INSTALL(TARGETS test_rt_any
	LIBRARY DESTINATION ${DEFAULT_EXTENSIONS_PATH}
	COMPONENT freeDiameter-debug-tools)
"Welcome to our mercurial repository"