mirror of
https://github.com/eddyem/eddys_snippets.git
synced 2026-03-22 09:40:55 +03:00
create library and make two examples of usage
This commit is contained in:
10
I2Csensors/i2csensorsPTH.pc.in
Normal file
10
I2Csensors/i2csensorsPTH.pc.in
Normal file
@@ -0,0 +1,10 @@
|
||||
prefix=@CMAKE_INSTALL_PREFIX@
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: @PROJ@
|
||||
Description: I2C library working with pressure/temperature/humidity sensors
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} -l@PROJLIB@
|
||||
Cflags: -I${includedir}
|
||||
Reference in New Issue
Block a user