sergey-safarov left a comment (kamailio/kamailio#4339)
@xkaraman could you help me compile this module using cmake. I have added `tls_tracker` module to the module list for compilation and get an error ``` -- Found libphonenumber include directory: /usr/include -- Found libphonenumber library: /usr/lib64/libphonenumber.so;/usr/lib64/libgeocoding.so -- Module pua_rpc has already been added. Skipping... -- PCRE2 library not found... looking with pkg-config -- Checking for module 'libpcre2-8' -- Found libpcre2-8, version 10.45 -- Found NETSNMP: /usr/bin/net-snmp-config -- Found ZLIB: /usr/lib64/libz.so (found version "1.3.1") CMake Error at src/modules/CMakeLists.txt:129 (message): Module directory /root/rpmbuild/BUILD/kamailio-6.1.0-build/kamailio-6.1.0-dev1/src/modules/tls_tracker does not exist. Call Stack (most recent call first): src/modules/CMakeLists.txt:170 (add_module_group) ```
What is the correct fix to compile a new module?