mirror of
https://github.com/anrieff/libcpuid
synced 2024-11-10 22:59:13 +00:00
12 lines
235 B
PkgConfig
12 lines
235 B
PkgConfig
|
prefix=@prefix@
|
||
|
exec_prefix=@exec_prefix@
|
||
|
libdir=@libdir@
|
||
|
includedir=@includedir@
|
||
|
|
||
|
Name: libcpuid
|
||
|
Description: libcpuid provides CPU identification for x86
|
||
|
Requires:
|
||
|
Version: @VERSION@
|
||
|
Libs: -L${libdir} -lcpuid
|
||
|
Cflags: -I${includedir}
|