Opening this generic issue to track how some commands from old Makefiles can be done when using the new CMake-based build system, or what the possible alternatives. Hopefully we can build some knowledge here that can be then transferred to the wiki cmake tutorials.
With the old makefiles, the make
compiled only the core of Kamailio. With cmake, make
compiles everything.
Would it be possible to have a command with cmake that compiles only the core? Like:
make core
Or maybe there is a way to do it already?!?
With the old makefiles, compiling a single module, say acc, was possible with:
make modules modules=src/modules/acc
With cmake, this is possible with:
make acc
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.