After building the dbschema target the files are installed.
```
$ cmake -S . -B build -DCMAKE_INSTALL_PREFIX=/tmp/kamailio-build
[..]
$ $ cmake --build build/
[..]
$ cmake --build build/ -t dbschema
[..]
$ cmake --install build/
[..]
$ ls -la /tmp/kamailio-build/share/kamailio/dbtext/kamailio/
total 312
drwxr-xr-x 2 henning henning 4096 Jan 16 08:27 .
drwxr-xr-x 3 henning henning 4096 Jan 16 08:27 ..
-rw-r--r-- 1 henning henning 130 Jan 16 08:25 acc
-rw-r--r-- 1 henning henning 74 Jan 16 08:25 acc_cdrs
-rw-r--r-- 1 henning henning 503 Jan 16 08:25 active_watchers
-rw-r--r-- 1 henning henning 88 Jan 16 08:25 address
-rw-r--r-- 1 henning henning 377 Jan 16 08:25 aliases
[..]
```
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/4085#issuecomment-2594815323
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/4085/c2594815323(a)github.com>