view extensions/test_as/CMakeLists.txt @ 1548:edfb2b662b91

rt_rewrite: octetstring object cannot be mapped to any other type
author Thomas Klausner <tk@giga.or.at>
date Mon, 15 Jun 2020 20:33:58 +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"