view cmake/internal/irccd2.pc.in @ 669:6eb4caea77a5

Tests: split libirccd util tests into libcommon, closes #789 @1h While here, remove unneeded and deprecated functions from string_util and adapt existing code to new functions.
author David Demelier <markand@malikania.fr>
date Fri, 06 Apr 2018 22:06:07 +0200
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}