view extensions/dict_dcca_starent/CMakeLists.txt @ 1312:6446c0eea547 1.2.1b

Fix cmake search logic for MySQL
author Sebastien Decugis <sdecugis@nict.go.jp>
date Mon, 19 Sep 2016 00:23:41 +0900
parents 398e9b1ebf87
children 71cc2c59e7dc
line wrap: on
line source

# The dict_dcca_starent extension
PROJECT("Diameter DCCA (Diameter Credit Control Application) Starent dictionary definitions " C)

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


####
## INSTALL section ##

INSTALL(TARGETS dict_dcca_starent
	LIBRARY DESTINATION ${INSTALL_EXTENSIONS_SUFFIX}
	COMPONENT freeDiameter-dictionary-rfc4006-extension-starent)

"Welcome to our mercurial repository"