blob: aad630a22cf13516097abc8e852e314247e5bfe0 [file] [log] [blame]
Brian Waters13d96012017-12-08 16:53:31 -06001# The sample extension
2PROJECT("Sample extension")
3
4# Compile as a module
5FD_ADD_EXTENSION(dbg_sample sample.c hello.cpp fini.c)
6
7
8####
9## INSTALL section ##
10
11# Uncomment the following lines to have the extension installed
12# INSTALL(TARGETS dbg_sample
13# LIBRARY DESTINATION ${INSTALL_EXTENSIONS_SUFFIX}
14# COMPONENT freeDiameter-debug-tools)