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-06 16:12:23 +02:00
Version: 0.1.1
Libs: -L${libdir} -lipc
Cflags: -I${includedir}