2009-01-27 23:34:28 +08:00
|
|
|
# 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:
|
2011-03-11 18:18:43 +08:00
|
|
|
Libs: -L${libdir} -lOpenThreads@CMAKE_BUILD_POSTFIX@
|
2009-01-27 23:34:28 +08:00
|
|
|
Cflags: -I${includedir}
|