build: Set pkgconfig includedir to miniz directory

Allows users to include <miniz.h> instead of <miniz/miniz.h> which
seems to be the intended behaviour.
This commit is contained in:
Matthew Smith 2022-06-04 09:31:06 +01:00
parent 9cd715b3b1
commit 37ea28133d
No known key found for this signature in database
GPG Key ID: 7DF835D457326FCD

View File

@ -1,7 +1,7 @@
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@/miniz
Name: @PROJECT_NAME@
Description: @PROJECT_DESCRIPTION@