open5gs/lib/freeDiameter-1.2.1/extensions/_sample/CMakeLists.txt
2017-09-28 14:53:02 +09:00

14 lines
343 B
CMake

# The sample extension
PROJECT("Sample extension")
# Compile as a module
FD_ADD_EXTENSION(dbg_sample sample.c hello.cpp fini.c)
####
## INSTALL section ##
# Uncomment the following lines to have the extension installed
# INSTALL(TARGETS dbg_sample
# LIBRARY DESTINATION ${INSTALL_EXTENSIONS_SUFFIX}
# COMPONENT freeDiameter-debug-tools)