Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pkgconfig support for cmake #209

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ElouanPetereau
Copy link

This patch add the creation of the linphone.pc file used by the pkg-config tool.
The file provide the necessary details for compiling and linking liblinphone and look like this when generated :

prefix=/usr
exec_prefix=/usr/bin
includedir=/usr/include

Name: linphone
Description: A free (GPL) video softphone based on the SIP protocol
Requires:
Version: 
Libs: -L/usr/lib -llinphone
Libs.private: 
Cflags: -I/usr/include

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant