libstdthreads/stdthreads.pc.in

12 lines
239 B
PkgConfig
Raw Permalink Normal View History

2023-08-14 11:33:03 +02:00
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: stdthreads
Description: The C11 standard threads library
Version: @PACKAGE_VERSION@
Cflags: -I${includedir}
Libs: -L${libdir} -lstdthreads -lpthread