view extensions/test_acct/CMakeLists.txt @ 305:61f78fdbacc2

Cleanup vars names
author Sebastien Decugis <sdecugis@nict.go.jp>
date Fri, 14 May 2010 18:05:43 +0900
parents ad3c46016584
children 6fd1e6f56af5
line wrap: on
line source

# The test_acct extension
PROJECT("Accounting dummy server" C)

FD_ADD_EXTENSION(test_acct test_acct.c)


####
## INSTALL section ##

INSTALL(TARGETS test_acct
	LIBRARY DESTINATION ${INSTALL_EXTENSIONS_PATH}
	COMPONENT freeDiameter-debug-tools)

"Welcome to our mercurial repository"