summaryrefslogtreecommitdiff
path: root/extensions/test_ccload/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/test_ccload/CMakeLists.txt')
-rw-r--r--extensions/test_ccload/CMakeLists.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/extensions/test_ccload/CMakeLists.txt b/extensions/test_ccload/CMakeLists.txt
new file mode 100644
index 0000000..405331d
--- /dev/null
+++ b/extensions/test_ccload/CMakeLists.txt
@@ -0,0 +1,13 @@
+# The test_ccload extension
+PROJECT("Credit Control load generator server" C)
+
+FD_ADD_EXTENSION(test_ccload test_ccload.c)
+
+
+####
+## INSTALL section ##
+
+INSTALL(TARGETS test_ccload
+ LIBRARY DESTINATION ${INSTALL_EXTENSIONS_SUFFIX}
+ COMPONENT freeDiameter-debug-tools)
+