Brian Waters | 13d9601 | 2017-12-08 16:53:31 -0600 | [diff] [blame] | 1 | # The sample extension |
2 | PROJECT("Sample extension") | ||||
3 | |||||
4 | # Compile as a module | ||||
5 | FD_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) |