view extensions/dict_sip/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 2bf587a8f6bc
children
line wrap: on
line source

# The dict_sip extension
PROJECT("Diameter SIP (RFC4740) dictionary definitions" C)

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


####
## INSTALL section ##

INSTALL(TARGETS dict_sip
	LIBRARY DESTINATION ${INSTALL_EXTENSIONS_SUFFIX}
	COMPONENT freeDiameter-dictionary-RFC4740)
"Welcome to our mercurial repository"