12 lines
271 B
PkgConfig
12 lines
271 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: azeron
|
|
Description: Azeron device configuration library
|
|
Version: @PROJECT_VERSION@
|
|
Libs: -L${libdir} -lazeron
|
|
Cflags: -I${includedir}
|
|
Requires: libusb-1.0 json-c
|