Module: kamailio Branch: 6.0 Commit: 396fe7478706d62ecb4e0fc67304f14abb366d42 URL: https://github.com/kamailio/kamailio/commit/396fe7478706d62ecb4e0fc67304f14abb366d42
Author: Xenofon Karamanos <[email protected]> Committer: Xenofon Karamanos <[email protected]> Date: 2026-03-04T11:46:23Z 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/396fe7478706d62ecb4e0fc67304f14abb366d42.diff Patch: https://github.com/kamailio/kamailio/commit/396fe7478706d62ecb4e0fc67304f14abb366d42.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!
