Module: kamailio Branch: master Commit: a5a63fdca5a676b4317a21b95214ebed262f9b14 URL: https://github.com/kamailio/kamailio/commit/a5a63fdca5a676b4317a21b95214ebed262f9b14
Author: Xenofon Karamanos <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2026-03-04T11:09:15+01:00 phonenum: cmake: Add missing cpp files for compilation --- Modified: src/modules/phonenum/CMakeLists.txt --- Diff: https://github.com/kamailio/kamailio/commit/a5a63fdca5a676b4317a21b95214ebed262f9b14.diff Patch: https://github.com/kamailio/kamailio/commit/a5a63fdca5a676b4317a21b95214ebed262f9b14.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!
