10 lines
291 B
PkgConfig
10 lines
291 B
PkgConfig
prefix=@PREFIX@
|
|
includedir=@HEADERS@
|
|
libdir=@LIBRARY@
|
|
|
|
Name: Concurrency Kit
|
|
Description: Toolkit for well-specified design and implementation of concurrent systems
|
|
URL: http://concurrencykit.org/
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lck
|
|
Cflags: -D__@PROFILE@__ -I${includedir} @PC_CFLAGS@
|