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.
libcarddav/src/libcarddav.pc.cmake

16 lines
371 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 CardDAV
Requires.private: gthread-2.0 libcurl
Cflags: -I${includedir}
Libs: -L${libdir} -lcarddav