Implement initial profile reading and writing with little-endian offsets and CLI tool
This commit is contained in:
11
build/libazeron/azeron.pc
Normal file
11
build/libazeron/azeron.pc
Normal file
@@ -0,0 +1,11 @@
|
||||
prefix=/usr/local
|
||||
exec_prefix=${prefix}
|
||||
libdir=${prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: azeron
|
||||
Description: Azeron device configuration library
|
||||
Version: 1.0.0
|
||||
Libs: -L${libdir} -lazeron
|
||||
Cflags: -I${includedir}
|
||||
Requires: libusb-1.0 json-c
|
||||
Reference in New Issue
Block a user