This repository has been archived on 2024-07-05. You can view files and clone it, but cannot push or open issues or pull requests.
Infinitum/uuid/uuid.pc.in
2024-01-16 13:42:01 +01:00

12 lines
228 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: uuid
Description: Universally unique id library
Version: @LIBUUID_VERSION@
Requires:
Cflags: -I${includedir}/uuid
Libs: -L${libdir} -luuid