view extensions/dict_nasreq/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 c5c99c73c2bf
children 61f78fdbacc2
line wrap: on
line source

# The dict_nasreq extension
PROJECT("Diameter NASREQ (RFC4005) dictionary definitions" C)

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


####
## INSTALL section ##

INSTALL(TARGETS dict_nasreq
	LIBRARY DESTINATION ${DEFAULT_EXTENSIONS_PATH}
	COMPONENT freeDiameter-dictionary-RFC4005)
"Welcome to our mercurial repository"