mirror of
https://github.com/johndoe6345789/typthon.git
synced 2026-05-03 01:55:05 +00:00
6154ca8f5f
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
14 lines
312 B
Plaintext
14 lines
312 B
Plaintext
# See: man pkg-config
|
|
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: Typthon
|
|
Description: Embed Typthon into an application
|
|
Requires:
|
|
Version: @VERSION@
|
|
Libs.private: @LIBS@
|
|
Libs: -L${libdir} -lpython@VERSION@@ABIFLAGS@
|
|
Cflags: -I${includedir}/python@VERSION@@ABIFLAGS@
|