Module: kamailio Branch: master Commit: 543fc22ad6d442ce956629671b9a0d75797f1e6f URL: https://github.com/kamailio/kamailio/commit/543fc22ad6d442ce956629671b9a0d75797f1e6f
Author: Xenofon Karamanos <x...@gilawa.com> Committer: Xenofon Karamanos <x...@gilawa.com> Date: 2025-01-10T11:14:12Z cmake/db_text: Add missing definition --- Modified: src/modules/db_text/CMakeLists.txt --- Diff: https://github.com/kamailio/kamailio/commit/543fc22ad6d442ce956629671b9a0d75797f1e6f.diff Patch: https://github.com/kamailio/kamailio/commit/543fc22ad6d442ce956629671b9a0d75797f1e6f.patch --- diff --git a/src/modules/db_text/CMakeLists.txt b/src/modules/db_text/CMakeLists.txt index 9c8de963961..413075517b6 100644 --- a/src/modules/db_text/CMakeLists.txt +++ b/src/modules/db_text/CMakeLists.txt @@ -1,3 +1,4 @@ file(GLOB MODULE_SOURCES "*.c") add_library(${module_name} SHARED ${MODULE_SOURCES}) +target_compile_definitions(${module_name} PRIVATE DBT_EXTRA_DEBUG) _______________________________________________ Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org To unsubscribe send an email to sr-dev-le...@lists.kamailio.org Important: keep the mailing list in the recipients, do not reply only to the sender!