view extensions/test_ccload/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 e99e8f20b346
children
line wrap: on
line source

# The test_ccload extension
PROJECT("Credit Control load generator server" C)

FD_ADD_EXTENSION(test_ccload test_ccload.c)


####
## INSTALL section ##

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

"Welcome to our mercurial repository"