mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-27 07:00:01 -05:00
build-sys: Provide a simple CMake Config setup (similar to pkgconfig)
I'd rather not have to do this, as I don't really see the point in duplicating what is done in pkgconfig, but this is likely the easiest way to avoid nasty hacks.
This commit is contained in:
parent
c505053452
commit
743a4d00de
4 changed files with 37 additions and 0 deletions
|
|
@ -51,6 +51,9 @@ pkgconfig_DATA += \
|
|||
libpulse-mainloop-glib.pc
|
||||
endif
|
||||
|
||||
cmakedir = $(libdir)/cmake/PulseAudio
|
||||
cmake_DATA = PulseAudioConfig.cmake PulseAudioConfigVersion.cmake
|
||||
|
||||
homepage: all dist doxygen
|
||||
test -d $$HOME/homepage/private
|
||||
mkdir -p $$HOME/homepage/private/projects/pulseaudio $$HOME/homepage/private/projects/pulseaudio/doxygen
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue