view cmake/internal/irccd2.pc.in @ 428:ce1903f4bdb7 release-2.1

Fix #637: check for domain and family options The decision was not clear between the two option names, the documentation stated to use family but the code checked for family. Accept both for compatibility purposes and unify the documentation using the family name. Task: #637 Errata: 20170218
author David Demelier <markand@malikania.fr>
date Sat, 18 Feb 2017 09:08:51 +0100
parents 35ef15100de8
children
line wrap: on
line source

# pkg-config file for irccd @IRCCD_VERSION@
prefix=@CMAKE_INSTALL_PREFIX@
libdir=${prefix}/lib
includedir=${prefix}/include

Name: irccd
Version: @IRCCD_VERSION@
Description: IRC Client Daemon library
URL: http://projects.malikania.fr/irccd
Libs: -L${libdir} -lirccd2$<$<CONFIG:Debug>:d>
Cflags: -I${includedir}