# Resolved at pkg-config invocation time. ${pcfiledir} is a pkgconf # extension supported by both pkgconf and pkg-config — it gives the # absolute directory that contains this .pc file. Using it lets the # installed package work from any --prefix without re-running cmake. prefix=${pcfiledir}/../.. exec_prefix=${prefix} libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@ includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@ Name: clawdforge Description: C SDK for the clawdforge HTTP service Version: @PROJECT_VERSION@ Requires: libcurl Libs: -L${libdir} -lclawdforge Cflags: -I${includedir}