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/2556491883(a)github.com>