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

cmake: Install host-plugin/native-plugin/standalone pkgconfig files #1841

Merged
merged 1 commit into from
Dec 13, 2023

Conversation

alex-tee
Copy link
Contributor

This installs the missing pkgconfig files for host-plugin/native-plugin/standalone libraries.

carla-host-plugin.pc looks like this when installed (in prefix /tmp/carlatest):

prefix=/tmp/carlatest
libdir=/tmp/carlatest/lib
includedir=/tmp/carlatest/include
carla_libdir=${libdir}/carla

Name: carla-host-plugin
Version: 2.6.0-alpha1
Description: Carla Host as Native Plugin
Libs: -Wl,-rpath,${carla_libdir} -L${carla_libdir} -lcarla_host-plugin
Cflags: -I${includedir}/carla -I${includedir}/carla/includes

@falkTX falkTX merged commit 68bbca2 into falkTX:main Dec 13, 2023
17 of 20 checks passed
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.

2 participants