mirror of https://github.com/xzeldon/htop.git
13 lines
284 B
PkgConfig
13 lines
284 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: hwloc
|
|
Description: Hardware locality detection and management library
|
|
Version: @VERSION@
|
|
Requires.private: @HWLOC_REQUIRES@
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lhwloc
|
|
Libs.private: @LIBS@
|