Add pkg-config file

This commit is contained in:
Matthieu Herrb 2023-08-14 11:33:03 +02:00
parent d94267b5d6
commit adbdfee2a4
2 changed files with 31 additions and 0 deletions

11
stdthreads.pc.in Normal file
View file

@ -0,0 +1,11 @@
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