mirror of
https://github.com/estkme-group/lpac
synced 2025-06-29 00:02:57 +02:00
Tested on Linux. pkg-config is also generated on macOS, but this is untested for now. The main use case is for Linux anyway.
11 lines
388 B
PkgConfig
11 lines
388 B
PkgConfig
prefix="@CMAKE_INSTALL_PREFIX@"
|
|
exec_prefix="${prefix}"
|
|
libdir="${prefix}/lib"
|
|
includedir="${prefix}/include"
|
|
|
|
Name: libeuicc-drivers
|
|
Description: An "official" collection of drivers (backends) and their loader for use with libeuicc
|
|
Version: @PROJECT_VERSION@
|
|
Requires: @LIBEUICC_DRIVERS_REQUIRES@
|
|
Cflags: -I${includedir} @LIBEUICC_DRIVERS_EXTRA_CFLAGS@
|
|
Libs: -L${libdir} -leuicc-drivers
|