Module: kamailio Branch: 6.1 Commit: 61cac26fe18b195029b31d0c946f7be6ab37473e URL: https://github.com/kamailio/kamailio/commit/61cac26fe18b195029b31d0c946f7be6ab37473e
Author: Xenofon Karamanos <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2026-03-04T11:09:35+01:00 phonenum: cmake: Add missing cpp files for compilation (cherry picked from commit a5a63fdca5a676b4317a21b95214ebed262f9b14) --- Modified: src/modules/phonenum/CMakeLists.txt --- Diff: https://github.com/kamailio/kamailio/commit/61cac26fe18b195029b31d0c946f7be6ab37473e.diff Patch: https://github.com/kamailio/kamailio/commit/61cac26fe18b195029b31d0c946f7be6ab37473e.patch --- diff --git a/src/modules/phonenum/CMakeLists.txt b/src/modules/phonenum/CMakeLists.txt index ef82b9dfef2..ed26b71d91e 100644 --- a/src/modules/phonenum/CMakeLists.txt +++ b/src/modules/phonenum/CMakeLists.txt @@ -1,4 +1,7 @@ file(GLOB MODULE_SOURCES "*.c") +file(GLOB MODULE_CPP_SOURCES "*.cpp") + +list(APPEND MODULE_SOURCES ${MODULE_CPP_SOURCES}) 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!
