view extensions/test_cc/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 25f86f4cdde8
children
line wrap: on
line source

# The test_cc extension
PROJECT("Credit Control dummy server" C)

FD_ADD_EXTENSION(test_cc test_cc.c)


####
## INSTALL section ##

INSTALL(TARGETS test_cc
	LIBRARY DESTINATION ${INSTALL_EXTENSIONS_SUFFIX}
	COMPONENT freeDiameter-debug-tools)

"Welcome to our mercurial repository"