view extensions/dict_dcca_starent/CMakeLists.txt @ 1560:9084c6f94a0a

Require cmake 2.8.12 (from 2013) since current cmake warns about older versions. Remove policy check for CMP0022. The variable INTERFACE_LINK_LIBRARIES it affects is not used.
author Thomas Klausner <wiz@gatalith.at>
date Wed, 16 Jun 2021 18:05:27 +0200
parents 71cc2c59e7dc
children
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 add_avps.c)


####
## INSTALL section ##

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

"Welcome to our mercurial repository"