mraa: rename from maa to mraa
Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
This commit is contained in:
11
src/mraa.pc.cmake
Normal file
11
src/mraa.pc.cmake
Normal file
@@ -0,0 +1,11 @@
|
||||
prefix=@CMAKE_INSTALL_PREFIX@
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib@LIB_SUFFIX@
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: mraa
|
||||
Description: Low Level Skeleton Library for Communication
|
||||
Version: @mraa_VERSION_STRING@
|
||||
|
||||
Libs: -L${libdir} -lmraa
|
||||
Cflags: -I${includedir}
|
||||
Reference in New Issue
Block a user