Initial commit
This commit is contained in:
11
libazeron/azeron.pc.in
Normal file
11
libazeron/azeron.pc.in
Normal file
@@ -0,0 +1,11 @@
|
||||
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
|
||||
Reference in New Issue
Block a user