I'm very new to cmake and can't find how to update cmake config files
to buld linphone, add it to include dir and link it with the plugin.
If there is someone who knows cmake, please help me with it:
my CMakeLists.txt needs:
1/ configure and compile external library in 3rdParty dir
2/ add some include dirs to linker (found that it will be put in
CMakeFiles/linphone.dir/flags.make)
3/ add objects to static liker (found that in CMakeFiles/
linphone.dir/)
If you know how to do that, please send me a patch and I'll commit it
to git source.
Thanks