1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2024-11-10 22:59:13 +00:00
libcpuid/libcpuid.pc.in

12 lines
235 B
PkgConfig
Raw Normal View History

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}