view cmake/export/libirccd.pc @ 850:688f28dd3241

irccd: remove short options, closes #1673 While here, use a brand new home made option parsing.
author David Demelier <markand@malikania.fr>
date Tue, 16 Jul 2019 20:49:36 +0200
parents 8460b4a34191
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
Description: irccd (core library)
Version: @IRCCD_VERSION@
Cflags: -I${includedir} -I${includedir}/irccd/extern
Libs: -L${libdir} -lirccd -lboost_system -lboost_filesystem -pthread @IRCCD_EXTRA_LIBS@