1
0
mirror of https://github.com/preble/libpinproc synced 2026-02-22 18:15:25 +01:00

Adding pinproc.pc.cmake for unix pkconfig

This commit is contained in:
Gerry Stellenberg
2010-12-28 09:51:37 -06:00
parent b0ce54293f
commit 7c6c3166fb

11
pinproc.pc.cmake Normal file
View File

@@ -0,0 +1,11 @@
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=@CMAKE_INSTALL_PREFIX@
libdir=${prefix}/@LIB_INSTALL_DIR@
includedir=${prefix}/@INCLUDE_INSTALL_DIR@
Name: Pinproc
Description: P-ROC interface library
Version: @PINPROC_VERSION@
Requires:
Libs: -L${libdir} -lpinproc
Cflags: -I${includedir}