1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2024-12-16 16:35:45 +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}