Module: kamailio Branch: master Commit: 3fa811b6705217d2aa0ec58b10030059c32ed089 URL: https://github.com/kamailio/kamailio/commit/3fa811b6705217d2aa0ec58b10030059c32ed089
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2026-03-10T10:07:55+01:00 sipp: added CMakeLists.txt --- Added: src/modules/sipp/CMakeLists.txt --- Diff: https://github.com/kamailio/kamailio/commit/3fa811b6705217d2aa0ec58b10030059c32ed089.diff Patch: https://github.com/kamailio/kamailio/commit/3fa811b6705217d2aa0ec58b10030059c32ed089.patch --- diff --git a/src/modules/sipp/CMakeLists.txt b/src/modules/sipp/CMakeLists.txt new file mode 100644 index 00000000000..9c8de963961 --- /dev/null +++ b/src/modules/sipp/CMakeLists.txt @@ -0,0 +1,3 @@ +file(GLOB MODULE_SOURCES "*.c") + +add_library(${module_name} SHARED ${MODULE_SOURCES}) _______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
