Add pkg-config file
This commit is contained in:
parent
d94267b5d6
commit
adbdfee2a4
2 changed files with 31 additions and 0 deletions
11
stdthreads.pc.in
Normal file
11
stdthreads.pc.in
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue