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