view cmake/export/libirccd-core.pc @ 721:2fa1f2c898ee

Irccd: use struct's in server events
author David Demelier <markand@malikania.fr>
date Mon, 16 Jul 2018 13:29:48 +0200
parents fc66cc9706a7
children
line wrap: on
line source

prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=@CMAKE_INSTALL_PREFIX@
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
libdir=@CMAKE_INSTALL_FULL_LIBDIR@

Name: libirccd-core
Description: irccd (core library)
Version: @IRCCD_VERSION@
Cflags: -I${includedir} -I${includedir}/irccd/extern
Libs: -L${libdir} -lirccd-core -lboost_system -lboost_filesystem -pthread @IRCCD_EXTRA_LIBS@