You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcaldav/src/libcaldav.pc.cmake

16 lines
369 B

prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=@PC_EXEC_PREFIX@
libdir=@PC_LIB_DIR@
includedir=@PC_INCLUDE_DIR@
pkglibdir=${libdir}
pkgincludedir=${includedir}/@PROJECT_NAME@
Name: @PROJECT_NAME@
Version: @PACKAGE_VERSION@
Description: @PROJECT_NAME@ is a client library for CalDAV
Requires.private: gthread-2.0 libcurl
Cflags: -I${includedir}
Libs: -L${libdir} -lcaldav