mirror of
https://github.com/anrieff/libcpuid
synced 2025-10-03 11:01:30 +00:00
Moving the repository one level deeper
git-svn-id: https://svn.code.sf.net/p/libcpuid/code/HEAD/libcpuid@3 3b4be424-7ac5-41d7-8526-f4ddcb85d872
This commit is contained in:
commit
bb045e7178
20 changed files with 2130 additions and 0 deletions
11
libcpuid.pc.in
Normal file
11
libcpuid.pc.in
Normal file
|
@ -0,0 +1,11 @@
|
|||
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}
|
Loading…
Add table
Add a link
Reference in a new issue