Files
crosslang/pkgconfig/crosslang_static.pc.in
Mike Nolan 0f0e47003c
Some checks failed
Build and Deploy on Tag / build-arch (push) Failing after 2m10s
Build and Deploy on Tag / update-tap (push) Has been cancelled
Fix crosslang Stat, StatVFS for custom crosslang filesystems and add queryable
2026-05-08 23:14:10 -05:00

14 lines
338 B
PkgConfig

prefix=@CMAKE_INSTALL_PREFIX@
includedir=@PKGCONFIG_INCLUDEDIR@
libdir=@PKGCONFIG_LIBDIR@
Name: @PROJECT_NAME@
Description: @PKGCONFIG_PROJECT_DESCRIPTION@
URL: @PKGCONFIG_PROJECT_HOMEPAGE_URL@
Version: @PROJECT_VERSION@
@PKGCONFIG_DEPS@
Requires: tessesframework_static
Cflags: -I"${includedir}"
Libs: -L"${libdir}" -lcrosslang_static