view extensions/test_as/CMakeLists.txt @ 1543:9222d31123b1

Use more portable sctp_opt_info() instead of getsockopt() for SCTP. From Robert Swindells.
author Thomas Klausner <tk@giga.or.at>
date Mon, 25 May 2020 10:32:57 +0200
parents 2119c8c0c219
children
line wrap: on
line source

# The test_as extension
PROJECT("Abort Session dummy server" C)

FD_ADD_EXTENSION(test_as test_as.c)


####
## INSTALL section ##

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

"Welcome to our mercurial repository"