The `${module_name}` is available in the CMakeLists.txt from modules, I tested
for acc module with the following CMakeLists.txt content:
```
file(GLOB MODULE_SOURCES "*.c")
add_library(${module_name} SHARED ${MODULE_SOURCES})
```
What do you think, is it good to use it in the CMakeLists.txt for all modules?
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/4081#issuecomment-2556491883
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/4081/2556491...@github.com>
_______________________________________________
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!