mirror of
https://github.com/anrieff/libcpuid
synced 2024-11-10 22:59:13 +00:00
f46fd2635e
git-svn-id: https://svn.code.sf.net/p/libcpuid/code/HEAD/libcpuid@33 3b4be424-7ac5-41d7-8526-f4ddcb85d872
11 lines
244 B
PkgConfig
11 lines
244 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@/libcpuid
|
|
|
|
Name: libcpuid
|
|
Description: libcpuid provides CPU identification for x86
|
|
Requires:
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lcpuid
|
|
Cflags: -I${includedir}
|