See 1 about the rest of the options. I am not sure what is the correct usage of the quotes here, but I believe the same applies.
Anyhow, I have to rework the my cmake effort since ``dh-cmake`` is too recent and is not packaged for older releases. I need to call it directly. Are you planing to use ``cpack``?
Modules naming is wrong. Modules that are included and excluded must have the same name of the folder ie mysql is db_mysql, python is app_python and so on. I got a lot of warnings when I tried the cmake commands and that was one of them.
yes, they are wrong but the intention was to use ``k<value>`` as defined at [Makefile.groups](https://github.com/kamailio/kamailio/blob/master/src/Makefile.groups)
how should I use [groups.cmake](https://github.com/kamailio/kamailio/blob/master/cmake/groups.cmake) ?
CC_EXTRA_OPS and LD_EXTRA_OPS are not used inside the CMakeLists. I will adopt this so, it appends to the already defined options! Is this the expected behavior or you want to override them?
yes, the expected behavior is to append values.