view extensions/_sample/CMakeLists.txt @ 1315:8662db9f6105

Added tag 1.2.1 for changeset 2cb8d71a405d
author Sebastien Decugis <sdecugis@freediameter.net>
date Sat, 24 Sep 2016 11:33:17 +0800
parents b415d1384e0d
children
line wrap: on
line source

# 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)
"Welcome to our mercurial repository"