libipc/ipc.pc

9 lines
191 B
PkgConfig
Raw Normal View History

includedir=/usr/local/include
libdir=/usr/local/lib
Name: LibIPC
Description: The simplest Inter Process Communication library
2024-06-07 14:49:48 +02:00
Version: 0.1.2
Libs: -L${libdir} -lipc
Cflags: -I${includedir}