comparison extensions/dbg_dict_dump/CMakeLists.txt @ 1436:ad50ef2eddea

dbg_dict_dump: new extension to dump dictionary when loaded Add extension dbg_dict_dump to log the dictionary when loaded. Remove debug code in extension dict_dcca_3gpp to log the vendor dictionary if the config file is the word "dumpdict" that I added on 2020-02-19.
author Luke Mewburn <luke@mewburn.net>
date Tue, 25 Feb 2020 09:45:15 +1100
parents
children
comparison
equal deleted inserted replaced
1435:4bd30996ad7f 1436:ad50ef2eddea
1 # Dictionary dump extension
2 PROJECT("Dictionary dump extension" C)
3 FD_ADD_EXTENSION(dbg_dict_dump dbg_dict_dump.c)
4
5
6 ####
7 ## INSTALL section ##
8
9 INSTALL(TARGETS dbg_dict_dump
10 LIBRARY DESTINATION ${INSTALL_EXTENSIONS_SUFFIX}
11 COMPONENT freeDiameter-debug-tools)
12
"Welcome to our mercurial repository"