view cmake/export/libirccd-ctl.pc @ 753:6d09b5fc82e8

CMake: disable CXX only for platform tests
author David Demelier <markand@malikania.fr>
date Sun, 05 Aug 2018 12:14:16 +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-ctl
Description: irccd (controller library)
Version: @IRCCD_VERSION@
Cflags: -I${includedir} -I${includedir}/irccd/extern
Libs: -L${libdir} -lirccd-ctl
Requires: libirccd