15 lines
344 B
PkgConfig
15 lines
344 B
PkgConfig
|
# pkg-config source file
|
||
|
|
||
|
prefix=@CMAKE_INSTALL_PREFIX@
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${exec_prefix}/lib@LIB_POSTFIX@
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: openthreads
|
||
|
Description: Object-Oriented (OO) thread interface for C++ programmers
|
||
|
Version: @OPENTHREADS_VERSION@
|
||
|
Requires:
|
||
|
Conflicts:
|
||
|
Libs: -L${libdir} -lOpenThreads
|
||
|
Cflags: -I${includedir}
|