aboutsummaryrefslogtreecommitdiffstats
path: root/ipc/ipc.pc.in
blob: 55c1157b68df58024d0e5142a8bb75b0090de14e (plain)
1
2
3
4
5
6
7
8
9
10
prefix=@CMAKE_INSTALL_PREFIX@
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
libdir=@CMAKE_INSTALL_FULL_LIBDIR@

Name: @TARGET_NAME@
Description: client and server ipc library by domain socket with defined shared data protocol
Version: @IPC_LIBRARY_VERSION@

Cflags: -I${includedir}
Libs: -L${libdir} -lipc